Searched refs:datasync (Results 1 – 9 of 9) sorted by relevance
| /openbmc/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() argument 221 err = s->ops->fsync(&s->ctx, fidp->fid_type, &fidp->fs, datasync); in v9fs_co_fsync()
|
| H A D | trace-events | 20 v9fs_fsync(uint16_t tag, uint8_t id, int32_t fid, int datasync) "tag %d id %d fid %d datasync %d"
|
| H A D | 9p-synth.c | 441 V9fsFidOpenState *fs, int datasync) in synth_fsync() argument
|
| H A D | 9p-local.c | 1187 V9fsFidOpenState *fs, int datasync) in local_fsync() argument 1191 if (datasync) { in local_fsync()
|
| H A D | 9p.c | 2217 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 D | analyse-9p-simpletrace.py | 129 def v9fs_fsync(self, tag, id, fid, datasync): argument 130 print("TFSYNC (tag =", tag, ", fid =", fid, ", datasync =", datasync, ")")
|
| /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() argument
|
| /openbmc/u-boot/fs/yaffs2/ |
| H A D | yaffsfs.c | 1002 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 D | ubifs.h | 2349 int ubifs_fsync(struct file *file, loff_t start, loff_t end, int datasync);
|