Searched refs:fuse_fsync_common (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/fuse/ |
H A D | fuse_i.h | 956 int fuse_fsync_common(struct file *file, loff_t start, loff_t end,
|
H A D | file.c | 522 int fuse_fsync_common(struct file *file, loff_t start, loff_t end, in fuse_fsync_common() function 581 err = fuse_fsync_common(file, start, end, datasync, FUSE_FSYNC); in fuse_fsync()
|
H A D | dir.c | 1434 err = fuse_fsync_common(file, start, end, datasync, FUSE_FSYNCDIR); in fuse_dir_fsync()
|
/kernel/linux/linux-6.6/fs/fuse/ |
H A D | fuse_i.h | 1053 int fuse_fsync_common(struct file *file, loff_t start, loff_t end,
|
H A D | file.c | 538 int fuse_fsync_common(struct file *file, loff_t start, loff_t end, in fuse_fsync_common() function 597 err = fuse_fsync_common(file, start, end, datasync, FUSE_FSYNC); in fuse_fsync()
|
H A D | dir.c | 1661 err = fuse_fsync_common(file, start, end, datasync, FUSE_FSYNCDIR); in fuse_dir_fsync()
|
Completed in 19 milliseconds