Home
last modified time | relevance | path

Searched refs:datasync (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/hw/9pfs/
H A Dcofile.c211 int coroutine_fn v9fs_co_fsync(V9fsPDU *pdu, V9fsFidState *fidp, int datasync) in v9fs_co_fsync() argument
221 err = s->ops->fsync(&s->ctx, fidp->fid_type, &fidp->fs, datasync); in v9fs_co_fsync()
H A Dtrace-events20 v9fs_fsync(uint16_t tag, uint8_t id, int32_t fid, int datasync) "tag %d id %d fid %d datasync %d"
H A D9p-synth.c441 V9fsFidOpenState *fs, int datasync) in synth_fsync() argument
H A D9p-local.c1187 V9fsFidOpenState *fs, int datasync) in local_fsync() argument
1191 if (datasync) { in local_fsync()
H A D9p.c2217 int datasync; in v9fs_fsync() local
2222 err = pdu_unmarshal(pdu, offset, "dd", &fid, &datasync); in v9fs_fsync()
2226 trace_v9fs_fsync(pdu->tag, pdu->id, fid, datasync); in v9fs_fsync()
2233 err = v9fs_co_fsync(pdu, fidp, datasync); in v9fs_fsync()
/openbmc/qemu/scripts/
H A Danalyse-9p-simpletrace.py129 def v9fs_fsync(self, tag, id, fid, datasync): argument
130 print("TFSYNC (tag =", tag, ", fid =", fid, ", datasync =", datasync, ")")
/openbmc/qemu/block/export/
H A Dfuse.c775 static void fuse_fsync(fuse_req_t req, fuse_ino_t inode, int datasync, in fuse_fsync() argument
/openbmc/u-boot/fs/yaffs2/
H A Dyaffsfs.c1002 int yaffs_Dofsync(int handle, int datasync) in yaffs_Dofsync() argument
1016 yaffs_flush_file(obj, 1, datasync); in yaffs_Dofsync()
/openbmc/u-boot/fs/ubifs/
H A Dubifs.h2349 int ubifs_fsync(struct file *file, loff_t start, loff_t end, int datasync);