Home
last modified time | relevance | path

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

/openbmc/qemu/include/block/
H A Dblock-global-state.h169 bdrv_amend_options(BlockDriverState *bs_new, QemuOpts *opts,
H A Dblock_int-common.h259 int GRAPH_RDLOCK_PTR (*bdrv_amend_options)( member
/openbmc/qemu/block/
H A Dcrypto.c1085 .bdrv_amend_options = block_crypto_amend_options_luks,
H A Dqcow2.c6196 .bdrv_amend_options = qcow2_amend_options,
/openbmc/qemu/
H A Dqemu-img.c4226 if (!drv->bdrv_amend_options) { in print_amend_option_help()
4358 if (!bs->drv->bdrv_amend_options) { in img_amend()
4389 ret = bdrv_amend_options(bs, opts, &amend_status_cb, NULL, force, &err); in img_amend()
H A Dblock.c7721 int bdrv_amend_options(BlockDriverState *bs, QemuOpts *opts, in bdrv_amend_options() function
7731 if (!bs->drv->bdrv_amend_options) { in bdrv_amend_options()
7736 return bs->drv->bdrv_amend_options(bs, opts, status_cb, in bdrv_amend_options()