Searched refs:blkdev_fsync (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/ |
H A D | raw.c | 281 .fsync = blkdev_fsync,
|
/kernel/linux/linux-6.6/block/ |
H A 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/ |
H A D | blk.c | 345 const struct file_operations f_op = {.fsync = blkdev_fsync}; in psblk_generic_blk_write()
|
/kernel/linux/linux-5.10/fs/ |
H A 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); variable 2071 .fsync = blkdev_fsync,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs.h | 3066 extern int blkdev_fsync(struct file *filp, loff_t start, loff_t end,
|
Completed in 12 milliseconds