Searched refs:bdrv_child_try_set_perm (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/include/block/ |
H A D | block_int-global-state.h | 223 bdrv_child_try_set_perm(BdrvChild *c, uint64_t perm, uint64_t shared,
|
/openbmc/qemu/block/ |
H A D | block-backend.c | 277 bdrv_child_try_set_perm(blk->root, 0, BLK_PERM_ALL, &error_abort); in blk_root_inactivate() 945 ret = bdrv_child_try_set_perm(blk->root, perm, shared_perm, errp); in blk_set_perm_locked()
|
/openbmc/qemu/ |
H A D | block.c | 2697 int bdrv_child_try_set_perm(BdrvChild *c, uint64_t perm, uint64_t shared, in bdrv_child_try_set_perm() function 2742 return bdrv_child_try_set_perm(c, perms, shared, errp); in bdrv_child_refresh_perms()
|