Searched refs:fuse_fsync (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/block/export/ |
H A D | fuse.c | 775 static void fuse_fsync(fuse_req_t req, fuse_ino_t inode, int datasync, in fuse_fsync() function 792 fuse_fsync(req, inode, 1, fi); in fuse_flush() 879 .fsync = fuse_fsync,
|
/openbmc/linux/fs/fuse/ |
H A D | file.c | 558 static int fuse_fsync(struct file *file, loff_t start, loff_t end, in fuse_fsync() function 3221 .fsync = fuse_fsync,
|