fs/fuse/dir.c
1934
err = fuse_fsync_common(file, start, end, datasync, FUSE_FSYNCDIR);
fs/fuse/file.c
579
err = fuse_fsync_common(file, start, end, datasync, FUSE_FSYNC);
fs/fuse/fuse_i.h
957
int fuse_fsync_common(struct file *file, loff_t start, loff_t end,