Home
last modified time | relevance | path

Searched refs:bdrv_child_refresh_perms (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-bdrv-graph-mod.c386 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 Dblock_int-global-state.h235 bdrv_child_refresh_perms(BlockDriverState *bs, BdrvChild *c, Error **errp);
/openbmc/qemu/block/
H A Dcrypto.c915 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 Dpreallocate.c540 bdrv_child_refresh_perms(bs, bs->file, NULL); in preallocate_drop_resize()
H A Dmirror.c722 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 Dvmdk.c1380 bdrv_child_refresh_perms(bs, bs->file, &error_abort); in vmdk_open()
H A Dqcow2.c1689 bdrv_child_refresh_perms(bs, bs->file, &error_abort); in qcow2_do_open()
/openbmc/qemu/
H A Dblock.c2731 int bdrv_child_refresh_perms(BlockDriverState *bs, BdrvChild *c, Error **errp) in bdrv_child_refresh_perms() function