Searched defs:datasync (Results 1 – 6 of 6) sorted by relevance
/qemu/hw/9pfs/ |
H A D | cofile.c | 211 int coroutine_fn v9fs_co_fsync(V9fsPDU *pdu, V9fsFidState *fidp, int datasync) in v9fs_co_fsync()
|
H A D | 9p-synth.c | 441 V9fsFidOpenState *fs, int datasync) in synth_fsync()
|
H A D | 9p-local.c | 1187 V9fsFidOpenState *fs, int datasync) in local_fsync()
|
H A D | 9p.c | 2218 int datasync; in v9fs_fsync() local
|
/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()
|
/qemu/scripts/ |
H A D | analyse-9p-simpletrace.py | 129 def v9fs_fsync(self, tag, id, fid, datasync): argument
|