Home
last modified time | relevance | path

Searched refs:bdrv_child_perm (Results 1 – 25 of 32) sorted by relevance

12

/openbmc/qemu/tests/unit/
H A Dtest-bdrv-graph-mod.c31 .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 Dtest-bdrv-drain.c117 .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 Dsnapshot-access.c127 .bdrv_child_perm = snapshot_access_child_perm,
H A Dfilter-compress.c139 .bdrv_child_perm = bdrv_default_perms,
H A Dblkreplay.c148 .bdrv_child_perm = bdrv_default_perms,
H A Dcopy-on-read.c257 .bdrv_child_perm = cor_child_perm,
H A Dthrottle.c249 .bdrv_child_perm = bdrv_default_perms,
H A Dbochs.c307 .bdrv_child_perm = bdrv_default_perms,
H A Dcloop.c303 .bdrv_child_perm = bdrv_default_perms,
H A Dblkverify.c326 .bdrv_child_perm = bdrv_default_perms,
H A Dcommit.c249 .bdrv_child_perm = bdrv_commit_top_child_perm,
H A Dpreallocate.c617 .bdrv_child_perm = preallocate_child_perm,
H A Dcopy-before-write.c543 .bdrv_child_perm = cbw_child_perm,
H A Dblklogwrites.c597 .bdrv_child_perm = blk_log_writes_child_perm,
H A Draw-format.c647 .bdrv_child_perm = raw_child_perm,
H A Dreplication.c735 .bdrv_child_perm = replication_child_perm,
H A Ddmg.c790 .bdrv_child_perm = bdrv_default_perms,
H A Dcrypto.c1070 .bdrv_child_perm = block_crypto_child_perms,
H A Dvdi.c1043 .bdrv_child_perm = bdrv_default_perms,
H A Dblkdebug.c1079 .bdrv_child_perm = blkdebug_child_perm,
H A Dvpc.c1236 .bdrv_child_perm = bdrv_default_perms,
H A Dqcow.c1192 .bdrv_child_perm = bdrv_default_perms,
H A Dparallels.c1468 .bdrv_child_perm = bdrv_default_perms,
/openbmc/qemu/include/block/
H A Dblock_int-common.h458 void GRAPH_RDLOCK_PTR (*bdrv_child_perm)( member
/openbmc/qemu/
H A Dblock.c2261 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()

12