Home
last modified time | relevance | path

Searched refs:fuse_fsync_common (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/fuse/
Dfuse_i.h775 int fuse_fsync_common(struct file *file, loff_t start, loff_t end,
Dfile.c455 int fuse_fsync_common(struct file *file, loff_t start, loff_t end, in fuse_fsync_common() function
521 return fuse_fsync_common(file, start, end, datasync, 0); in fuse_fsync()
Ddir.c1484 return fuse_fsync_common(file, start, end, datasync, 1); in fuse_dir_fsync()