Searched refs:bdrv_co_flush (Results 1 – 21 of 21) sorted by relevance
123 int ret = bdrv_co_flush(bs->file->bs); in blkreplay_co_flush()156 .bdrv_co_flush = blkreplay_co_flush,
168 return bdrv_co_flush(bs->file->bs); in throttle_co_flush()247 .bdrv_co_flush = throttle_co_flush,
273 return bdrv_co_flush(s->test_file->bs); in blkverify_co_flush()333 .bdrv_co_flush = blkverify_co_flush,
491 return bdrv_co_flush(bs->file->bs); in preallocate_co_flush()613 .bdrv_co_flush = preallocate_co_flush,
195 return bdrv_co_flush(bs->file->bs); in cbw_co_flush()535 .bdrv_co_flush = cbw_co_flush,
104 ret = bdrv_co_flush(s->bs); in qed_write_table()
449 lr->log_ret = bdrv_co_flush(s->log_file->bs); in blk_log_writes_co_do_log()541 return bdrv_co_flush(fr->bs->file->bs); in blk_log_writes_co_do_file_flush()
217 bdrv_co_flush(s->bs); in qed_check_mark_clean()
298 ret = bdrv_co_flush(s->bs->file->bs); in qed_need_check_timer()310 ret = bdrv_co_flush(s->bs); in qed_need_check_timer()512 bdrv_co_flush(bs->file->bs); in bdrv_qed_do_open()1138 ret = bdrv_co_flush(s->bs->file->bs); in qed_aio_write_cow()
952 ret = bdrv_co_flush(child->bs); in bdrv_co_pwrite_sync()1114 ret = bdrv_co_flush(bs); in bdrv_driver_pwritev()1954 ret = bdrv_co_flush(bs); in bdrv_co_do_pwrite_zeroes()2947 int coroutine_fn bdrv_co_flush(BlockDriverState *bs) in bdrv_co_flush() function2976 if (bs->drv->bdrv_co_flush) { in bdrv_co_flush()2977 ret = bs->drv->bdrv_co_flush(bs); in bdrv_co_flush()3048 int this_child_ret = bdrv_co_flush(child->bs); in bdrv_co_flush()
1056 ret = bdrv_co_flush(bs); in vhdx_log_write_and_flush()1068 ret = bdrv_co_flush(bs); in vhdx_log_write_and_flush()
806 result = bdrv_co_flush(s->children[i]->bs); in quorum_co_flush()1291 .bdrv_co_flush = quorum_co_flush,
1621 return bdrv_co_flush(bs->backing->bs); in bdrv_mirror_top_flush()1701 .bdrv_co_flush = bdrv_mirror_top_flush,
683 return bdrv_co_flush(bs->file->bs); in blkdebug_co_flush()
986 ret = bdrv_co_flush(bs); in parallels_co_check()
59 ret = bdrv_co_flush(bs->file->bs); in qcow2_shrink_l1_table()
1830 return bdrv_co_flush(blk_bs(blk)); in blk_co_do_flush()
1552 if (bdrv_co_flush(extent->file->bs) < 0) { in vmdk_L2update()
3345 ret = bdrv_co_flush(bs); in raw_co_invalidate_cache()
110 int coroutine_fn GRAPH_RDLOCK bdrv_co_flush(BlockDriverState *bs);
673 int coroutine_fn GRAPH_RDLOCK_PTR (*bdrv_co_flush)(BlockDriverState *bs); member