Home
last modified time | relevance | path

Searched refs:child_of_bds (Results 1 – 15 of 15) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-bdrv-graph-mod.c141 bdrv_attach_child(filter, bs, "child", &child_of_bds, in test_update_perm_tree()
209 bdrv_attach_child(filter, target, "target", &child_of_bds, in test_should_update_child()
248 bdrv_attach_child(top, fl1, "backing", &child_of_bds, in test_parallel_exclusive_write()
251 bdrv_attach_child(fl1, base, "backing", &child_of_bds, in test_parallel_exclusive_write()
254 bdrv_attach_child(fl2, base, "backing", &child_of_bds, in test_parallel_exclusive_write()
367 bdrv_attach_child(top, ws, "file", &child_of_bds, BDRV_CHILD_DATA, in test_parallel_perm_update()
369 c_fl1 = bdrv_attach_child(ws, fl1, "first", &child_of_bds, in test_parallel_perm_update()
371 c_fl2 = bdrv_attach_child(ws, fl2, "second", &child_of_bds, in test_parallel_perm_update()
373 bdrv_attach_child(fl1, base, "backing", &child_of_bds, in test_parallel_perm_update()
376 bdrv_attach_child(fl2, base, "backing", &child_of_bds, in test_parallel_perm_update()
[all …]
H A Dtest-bdrv-drain.c1049 bdrv_attach_child(bs, null_bs, "null-child", &child_of_bds, in do_test_delete_by_drain()
1061 &child_of_bds, in do_test_delete_by_drain()
1071 bdrv_attach_child(bs, null_bs, "null-child", &child_of_bds, BDRV_CHILD_DATA, in do_test_delete_by_drain()
1161 &child_of_bds, BDRV_CHILD_DATA, in detach_indirect_bh()
1190 child_of_bds.drained_begin(child); in detach_by_driver_cb_drained_begin()
1225 detach_by_driver_cb_class = child_of_bds; in test_detach_indirect()
1262 child_b = bdrv_attach_child(parent_b, b, "PB-B", &child_of_bds, in test_detach_indirect()
1264 child_a = bdrv_attach_child(parent_b, a, "PB-A", &child_of_bds, in test_detach_indirect()
1269 by_parent_cb ? &child_of_bds : &detach_by_driver_cb_class, in test_detach_indirect()
1666 chain_child_class = child_of_bds; in test_drop_intermediate_poll()
[all …]
/openbmc/qemu/block/
H A Dsnapshot-access.c85 bdrv_open_child(NULL, options, "file", bs, &child_of_bds, in snapshot_access_open()
H A Dreplication.c548 &child_of_bds, BDRV_CHILD_DATA, in replication_start()
558 "secondary disk", &child_of_bds, in replication_start()
H A Dblkverify.c134 "test", bs, &child_of_bds, BDRV_CHILD_DATA, in blkverify_open()
H A Dcopy-before-write.c453 s->target = bdrv_open_child(NULL, options, "target", bs, &child_of_bds, in cbw_open()
H A Dquorum.c1021 &child_of_bds, BDRV_CHILD_DATA, false, in quorum_open()
1099 child = bdrv_attach_child(bs, child_bs, indexstr, &child_of_bds, in quorum_add_child()
H A Dblklogwrites.c190 s->log_file = bdrv_open_child(NULL, options, "log", bs, &child_of_bds, in blk_log_writes_open()
H A Draw-format.c495 bdrv_open_child(NULL, options, "file", bs, &child_of_bds, in raw_open()
H A Dcrypto.c330 &child_of_bds, BDRV_CHILD_METADATA, in block_crypto_open_generic()
H A Dqcow2.c1658 &child_of_bds, BDRV_CHILD_DATA, in qcow2_do_open()
1671 &child_of_bds, in qcow2_do_open()
H A Dvmdk.c1233 bs, &child_of_bds, extent_role, false, in vmdk_parse_extents()
H A Dvvfat.c3274 child_vvfat_qcow = child_of_bds; in bdrv_vvfat_init()
/openbmc/qemu/include/block/
H A Dblock_int-common.h1012 extern const BdrvChildClass child_of_bds;
/openbmc/qemu/
H A Dblock.c1520 const BdrvChildClass child_of_bds = { variable
3502 &child_of_bds, role, in bdrv_set_file_or_backing_noperm()
3665 &child_of_bds, bdrv_backing_role(bs), true, in bdrv_open_backing_file()
3817 &child_of_bds, role, false, true, errp)) in bdrv_open_file_child()
4099 &child_of_bds, BDRV_CHILD_IMAGE, in bdrv_open_inherit()
5477 &child_of_bds, bdrv_backing_role(bs_new), in bdrv_append()