Searched refs:blkdev_fsync (Results 1 – 2 of 2) sorted by relevance
691 int blkdev_fsync(struct file *filp, loff_t start, loff_t end, int datasync) in blkdev_fsync() function712 EXPORT_SYMBOL(blkdev_fsync);2081 .fsync = blkdev_fsync,
335 const struct file_operations f_op = {.fsync = blkdev_fsync}; in psblk_generic_blk_write()