Searched refs:datasync (Results 1 – 7 of 7) 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-local.c | 1187 V9fsFidOpenState *fs, int datasync) in local_fsync() argument 1191 if (datasync) { in local_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);
|