Home
last modified time | relevance | path

Searched refs:blk_co_flush (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/block/export/
H A Dvirtio-blk-handler.c212 if (blk_co_flush(blk) == 0) { in virtio_blk_process_req()
/openbmc/qemu/include/sysemu/
H A Dblock-backend-io.h216 int coroutine_fn blk_co_flush(BlockBackend *blk);
/openbmc/qemu/nbd/
H A Dserver.c2855 ret = blk_co_flush(exp->common.blk); in nbd_do_cmd_read()
2963 ret = blk_co_flush(exp->common.blk); in nbd_handle_request()
2970 ret = blk_co_flush(exp->common.blk); in nbd_handle_request()
/openbmc/qemu/block/
H A Dmirror.c918 int ret = blk_co_flush(s->target); in mirror_flush()
H A Dblock-backend.c1849 int coroutine_fn blk_co_flush(BlockBackend *blk) in blk_co_flush() function