Searched refs:bdrv_child_refresh_perms (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-bdrv-graph-mod.c | 386 bdrv_child_refresh_perms(top, top->children.lh_first, &error_abort); in test_parallel_perm_update() 393 bdrv_child_refresh_perms(top, top->children.lh_first, &error_abort); in test_parallel_perm_update() 400 bdrv_child_refresh_perms(top, top->children.lh_first, &error_abort); in test_parallel_perm_update()
|
/openbmc/qemu/include/block/ |
H A D | block_int-global-state.h | 235 bdrv_child_refresh_perms(BlockDriverState *bs, BdrvChild *c, Error **errp);
|
/openbmc/qemu/block/ |
H A D | crypto.c | 915 ret = bdrv_child_refresh_perms(bs, bs->file, errp); in block_crypto_amend_prepare() 931 bdrv_child_refresh_perms(bs, bs->file, &errp); in block_crypto_amend_cleanup()
|
H A D | preallocate.c | 540 bdrv_child_refresh_perms(bs, bs->file, NULL); in preallocate_drop_resize()
|
H A D | mirror.c | 722 bdrv_child_refresh_perms(mirror_top_bs, mirror_top_bs->backing, in mirror_exit_common() 1996 bdrv_child_refresh_perms(mirror_top_bs, mirror_top_bs->backing, in mirror_start_job()
|
H A D | vmdk.c | 1380 bdrv_child_refresh_perms(bs, bs->file, &error_abort); in vmdk_open()
|
H A D | qcow2.c | 1689 bdrv_child_refresh_perms(bs, bs->file, &error_abort); in qcow2_do_open()
|
/openbmc/qemu/ |
H A D | block.c | 2731 int bdrv_child_refresh_perms(BlockDriverState *bs, BdrvChild *c, Error **errp) in bdrv_child_refresh_perms() function
|