Home
last modified time | relevance | path

Searched refs:bdrv_child_try_set_perm (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/block/
H A Dblock_int-global-state.h223 bdrv_child_try_set_perm(BdrvChild *c, uint64_t perm, uint64_t shared,
/openbmc/qemu/block/
H A Dblock-backend.c277 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 Dblock.c2697 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()