Searched refs:fuse_fsync_common (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.10/fs/fuse/ | 
| D | fuse_i.h | 931 int fuse_fsync_common(struct file *file, loff_t start, loff_t end,
 | 
| D | file.c | 511 int fuse_fsync_common(struct file *file, loff_t start, loff_t end,  in fuse_fsync_common()  function570 	err = fuse_fsync_common(file, start, end, datasync, FUSE_FSYNC);  in fuse_fsync()
 
 | 
| D | dir.c | 1385 	err = fuse_fsync_common(file, start, end, datasync, FUSE_FSYNCDIR);  in fuse_dir_fsync()
 |