Home
last modified time | relevance | path

Searched refs:bdrv_make_empty (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/block/
H A Dreplication.c338 ret = bdrv_make_empty(active_disk, errp); in secondary_do_checkpoint()
349 ret = bdrv_make_empty(s->hidden_disk, errp); in secondary_do_checkpoint()
545 if (!active_disk->bs->drv->bdrv_make_empty || in replication_start()
546 !hidden_disk->bs->drv->bdrv_make_empty) { in replication_start()
H A Dvdi.c1045 .bdrv_make_empty = vdi_make_empty,
H A Dqcow.c1205 .bdrv_make_empty = qcow_make_empty,
H A Dblock-backend.c2927 return bdrv_make_empty(blk->root, errp); in blk_make_empty()
H A Dvvfat.c2961 bdrv_make_empty(s->qcow, NULL); in do_commit()
H A Dqcow2.c6153 .bdrv_make_empty = qcow2_make_empty,
/openbmc/qemu/docs/
H A Dblock-replication.txt98 should support bdrv_make_empty() and backing file.
102 and the driver supports bdrv_make_empty() and backing file.
/openbmc/qemu/include/block/
H A Dblock-global-state.h144 int GRAPH_RDLOCK bdrv_make_empty(BdrvChild *c, Error **errp);
H A Dblock_int-common.h267 int GRAPH_RDLOCK_PTR (*bdrv_make_empty)(BlockDriverState *bs); member
/openbmc/qemu/
H A Dblock.c8394 int bdrv_make_empty(BdrvChild *c, Error **errp) in bdrv_make_empty() function
8402 if (!drv->bdrv_make_empty) { in bdrv_make_empty()
8408 ret = drv->bdrv_make_empty(c->bs); in bdrv_make_empty()