Searched refs:bdrv_get_cumulative_perm (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/include/block/ |
H A D | block_int-global-state.h | 214 void GRAPH_RDLOCK bdrv_get_cumulative_perm(BlockDriverState *bs, uint64_t *perm,
|
/openbmc/qemu/ |
H A D | block.c | 2360 bdrv_get_cumulative_perm(bs, &cumulative_perms, in bdrv_drv_set_perm_commit() 2508 bdrv_get_cumulative_perm(bs, &cumulative_perms, &cumulative_shared_perms); in bdrv_node_refresh_perm() 2623 void bdrv_get_cumulative_perm(BlockDriverState *bs, uint64_t *perm, in bdrv_get_cumulative_perm() function 2738 bdrv_get_cumulative_perm(bs, &parent_perms, &parent_shared); in bdrv_child_refresh_perms() 3187 bdrv_get_cumulative_perm(parent_bs, &perm, &shared_perm); in bdrv_attach_child_noperm() 6995 bdrv_get_cumulative_perm(bs, &cumulative_perms, in bdrv_inactivate_recurse()
|
H A D | blockdev.c | 1479 bdrv_get_cumulative_perm(state->new_bs, &perm, &shared); in external_snapshot_action() 2576 bdrv_get_cumulative_perm(top_bs, &top_perm, &top_shared); in qmp_block_commit()
|