Home
last modified time | relevance | path

Searched refs:qemu_fdatasync (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dosdep.h723 int qemu_fdatasync(int fd);
/openbmc/qemu/util/
H A Dosdep.c615 int qemu_fdatasync(int fd) in qemu_fdatasync() function
H A Doslib-win32.c837 return qemu_fdatasync(fd); in qemu_msync()
/openbmc/qemu/hw/ppc/
H A Dspapr_nvdimm.c471 if (qemu_fdatasync(backend_fd) < 0) { in flush_worker_cb()
/openbmc/qemu/hw/9pfs/
H A D9p-local.c1179 return qemu_fdatasync(fd); in local_fsync()
H A D9p-proxy.c983 return qemu_fdatasync(fd); in proxy_fsync()
/openbmc/qemu/block/
H A Dfile-posix.c1638 ret = qemu_fdatasync(aiocb->aio_fildes); in handle_aiocb_flush()