/openbmc/qemu/tests/unit/ |
H A D | test-bdrv-graph-mod.c | 31 .bdrv_child_perm = bdrv_default_perms, 47 .bdrv_child_perm = no_perm_default_perms, 64 .bdrv_child_perm = exclusive_write_perms, 300 .bdrv_child_perm = write_to_selected_perms,
|
H A D | test-bdrv-drain.c | 117 .bdrv_child_perm = bdrv_default_perms, 976 .bdrv_child_perm = bdrv_default_perms, 1867 .bdrv_child_perm = bdrv_default_perms,
|
/openbmc/qemu/block/ |
H A D | snapshot-access.c | 127 .bdrv_child_perm = snapshot_access_child_perm,
|
H A D | filter-compress.c | 139 .bdrv_child_perm = bdrv_default_perms,
|
H A D | blkreplay.c | 148 .bdrv_child_perm = bdrv_default_perms,
|
H A D | copy-on-read.c | 257 .bdrv_child_perm = cor_child_perm,
|
H A D | throttle.c | 249 .bdrv_child_perm = bdrv_default_perms,
|
H A D | bochs.c | 307 .bdrv_child_perm = bdrv_default_perms,
|
H A D | cloop.c | 303 .bdrv_child_perm = bdrv_default_perms,
|
H A D | blkverify.c | 326 .bdrv_child_perm = bdrv_default_perms,
|
H A D | commit.c | 249 .bdrv_child_perm = bdrv_commit_top_child_perm,
|
H A D | preallocate.c | 617 .bdrv_child_perm = preallocate_child_perm,
|
H A D | copy-before-write.c | 543 .bdrv_child_perm = cbw_child_perm,
|
H A D | blklogwrites.c | 597 .bdrv_child_perm = blk_log_writes_child_perm,
|
H A D | raw-format.c | 647 .bdrv_child_perm = raw_child_perm,
|
H A D | replication.c | 735 .bdrv_child_perm = replication_child_perm,
|
H A D | dmg.c | 790 .bdrv_child_perm = bdrv_default_perms,
|
H A D | crypto.c | 1070 .bdrv_child_perm = block_crypto_child_perms,
|
H A D | vdi.c | 1043 .bdrv_child_perm = bdrv_default_perms,
|
H A D | blkdebug.c | 1079 .bdrv_child_perm = blkdebug_child_perm,
|
H A D | vpc.c | 1236 .bdrv_child_perm = bdrv_default_perms,
|
H A D | qcow.c | 1192 .bdrv_child_perm = bdrv_default_perms,
|
H A D | parallels.c | 1468 .bdrv_child_perm = bdrv_default_perms,
|
/openbmc/qemu/include/block/ |
H A D | block_int-common.h | 458 void GRAPH_RDLOCK_PTR (*bdrv_child_perm)( member
|
/openbmc/qemu/ |
H A D | block.c | 2261 bdrv_child_perm(BlockDriverState *bs, BlockDriverState *child_bs, in bdrv_child_perm() function 2267 assert(bs->drv && bs->drv->bdrv_child_perm); in bdrv_child_perm() 2269 bs->drv->bdrv_child_perm(bs, c, role, reopen_queue, in bdrv_child_perm() 2552 if (!drv->bdrv_child_perm) { in bdrv_node_refresh_perm() 2561 bdrv_child_perm(bs, c->bs, c, c->role, q, in bdrv_node_refresh_perm() 2739 bdrv_child_perm(bs, c->bs, c, c->role, NULL, in bdrv_child_refresh_perms() 3188 bdrv_child_perm(parent_bs, child_bs, NULL, child_role, NULL, in bdrv_attach_child_noperm()
|