Home
last modified time | relevance | path

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

/qemu/util/
H A Dosdep.c608 int qemu_fdatasync(int fd) in qemu_fdatasync() function
H A Doslib-win32.c845 return qemu_fdatasync(fd); in qemu_msync()
/qemu/include/qemu/
H A Dosdep.h776 int qemu_fdatasync(int fd);
/qemu/hw/ppc/
H A Dspapr_nvdimm.c469 if (qemu_fdatasync(backend_fd) < 0) { in flush_worker_cb()
/qemu/hw/9pfs/
H A D9p-local.c1192 return qemu_fdatasync(fd); in local_fsync()
/qemu/block/
H A Dfile-posix.c1713 ret = qemu_fdatasync(aiocb->aio_fildes); in handle_aiocb_flush()