Searched refs:blk_co_flush (Results 1 – 5 of 5) sorted by relevance
212 if (blk_co_flush(blk) == 0) { in virtio_blk_process_req()
216 int coroutine_fn blk_co_flush(BlockBackend *blk);
2855 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()
918 int ret = blk_co_flush(s->target); in mirror_flush()
1849 int coroutine_fn blk_co_flush(BlockBackend *blk) in blk_co_flush() function