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()
223 int coroutine_fn blk_co_flush(BlockBackend *blk);
2856 ret = blk_co_flush(exp->common.blk); in nbd_do_cmd_read()2980 ret = blk_co_flush(exp->common.blk); in nbd_handle_request()2987 ret = blk_co_flush(exp->common.blk); in nbd_handle_request()
1008 int ret = blk_co_flush(s->target); in mirror_flush()
1863 int coroutine_fn blk_co_flush(BlockBackend *blk) in blk_co_flush() function