Home
last modified time | relevance | path

Searched refs:bdrv_co_flush (Results 1 – 21 of 21) sorted by relevance

/openbmc/qemu/block/
H A Dblkreplay.c123 int ret = bdrv_co_flush(bs->file->bs); in blkreplay_co_flush()
156 .bdrv_co_flush = blkreplay_co_flush,
H A Dthrottle.c168 return bdrv_co_flush(bs->file->bs); in throttle_co_flush()
247 .bdrv_co_flush = throttle_co_flush,
H A Dblkverify.c273 return bdrv_co_flush(s->test_file->bs); in blkverify_co_flush()
333 .bdrv_co_flush = blkverify_co_flush,
H A Dpreallocate.c491 return bdrv_co_flush(bs->file->bs); in preallocate_co_flush()
613 .bdrv_co_flush = preallocate_co_flush,
H A Dcopy-before-write.c195 return bdrv_co_flush(bs->file->bs); in cbw_co_flush()
535 .bdrv_co_flush = cbw_co_flush,
H A Dqed-table.c104 ret = bdrv_co_flush(s->bs); in qed_write_table()
H A Dblklogwrites.c449 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()
H A Dqed-check.c217 bdrv_co_flush(s->bs); in qed_check_mark_clean()
H A Dqed.c298 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()
H A Dio.c952 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() function
2976 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()
H A Dvhdx-log.c1056 ret = bdrv_co_flush(bs); in vhdx_log_write_and_flush()
1068 ret = bdrv_co_flush(bs); in vhdx_log_write_and_flush()
H A Dquorum.c806 result = bdrv_co_flush(s->children[i]->bs); in quorum_co_flush()
1291 .bdrv_co_flush = quorum_co_flush,
H A Dmirror.c1621 return bdrv_co_flush(bs->backing->bs); in bdrv_mirror_top_flush()
1701 .bdrv_co_flush = bdrv_mirror_top_flush,
H A Dblkdebug.c683 return bdrv_co_flush(bs->file->bs); in blkdebug_co_flush()
H A Dparallels.c986 ret = bdrv_co_flush(bs); in parallels_co_check()
H A Dqcow2-cluster.c59 ret = bdrv_co_flush(bs->file->bs); in qcow2_shrink_l1_table()
H A Dblock-backend.c1830 return bdrv_co_flush(blk_bs(blk)); in blk_co_do_flush()
H A Dvmdk.c1552 if (bdrv_co_flush(extent->file->bs) < 0) { in vmdk_L2update()
H A Dfile-posix.c3345 ret = bdrv_co_flush(bs); in raw_co_invalidate_cache()
/openbmc/qemu/include/block/
H A Dblock-io.h110 int coroutine_fn GRAPH_RDLOCK bdrv_co_flush(BlockDriverState *bs);
H A Dblock_int-common.h673 int coroutine_fn GRAPH_RDLOCK_PTR (*bdrv_co_flush)(BlockDriverState *bs); member