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