Home
last modified time | relevance | path

Searched refs:bdrv_co_change_backing_file (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/include/block/
H A Dblock-io.h213 bdrv_co_change_backing_file(BlockDriverState *bs, const char *backing_file,
H A Dblock_int-common.h331 int coroutine_fn GRAPH_RDLOCK_PTR (*bdrv_co_change_backing_file)( member
/openbmc/qemu/tests/unit/
H A Dtest-bdrv-drain.c119 .bdrv_co_change_backing_file = bdrv_test_co_change_backing_file,
/openbmc/qemu/block/
H A Dqed.c1669 .bdrv_co_change_backing_file = bdrv_qed_co_change_backing_file,
H A Dqcow2.c3841 ret = bdrv_co_change_backing_file(blk_bs(blk), qcow2_opts->backing_file, in qcow2_co_create()
6185 .bdrv_co_change_backing_file = qcow2_co_change_backing_file,
/openbmc/qemu/
H A Dblock.c5661 bdrv_co_change_backing_file(BlockDriverState *bs, const char *backing_file, in bdrv_co_change_backing_file() function
5682 if (drv->bdrv_co_change_backing_file != NULL) { in bdrv_co_change_backing_file()
5683 ret = drv->bdrv_co_change_backing_file(bs, backing_file, backing_fmt); in bdrv_co_change_backing_file()