Searched refs:blkdev_fsync (Results 1 – 5 of 5) sorted by relevance
| /kernel/linux/linux-5.10/drivers/char/ |
| D | raw.c | 281 .fsync = blkdev_fsync,
|
| /kernel/linux/linux-6.6/block/ |
| D | fops.c | 523 static int blkdev_fsync(struct file *filp, loff_t start, loff_t end, in blkdev_fsync() function 834 .fsync = blkdev_fsync,
|
| /kernel/linux/linux-5.10/fs/pstore/ |
| D | blk.c | 345 const struct file_operations f_op = {.fsync = blkdev_fsync}; in psblk_generic_blk_write()
|
| /kernel/linux/linux-5.10/fs/ |
| D | block_dev.c | 698 int blkdev_fsync(struct file *filp, loff_t start, loff_t end, int datasync) in blkdev_fsync() function 719 EXPORT_SYMBOL(blkdev_fsync); 2071 .fsync = blkdev_fsync,
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | fs.h | 3061 extern int blkdev_fsync(struct file *filp, loff_t start, loff_t end,
|