Home
last modified time | relevance | path

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

/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()
528 if (!active_disk->bs->drv->bdrv_make_empty || in replication_start()
529 !hidden_disk->bs->drv->bdrv_make_empty) { in replication_start()
H A Dvdi.c1046 .bdrv_make_empty = vdi_make_empty,
H A Dqcow.c1205 .bdrv_make_empty = qcow_make_empty,
H A Dblock-backend.c2898 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.c6155 .bdrv_make_empty = qcow2_make_empty,
/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.
/qemu/include/block/
H A Dblock-global-state.h143 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
/qemu/
H A Dblock.c8153 int bdrv_make_empty(BdrvChild *c, Error **errp) in bdrv_make_empty() function
8161 if (!drv->bdrv_make_empty) { in bdrv_make_empty()
8167 ret = drv->bdrv_make_empty(c->bs); in bdrv_make_empty()