/openbmc/qemu/tests/unit/ |
H A D | test-bdrv-graph-mod.c | 141 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 D | test-bdrv-drain.c | 1049 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 D | snapshot-access.c | 85 bdrv_open_child(NULL, options, "file", bs, &child_of_bds, in snapshot_access_open()
|
H A D | replication.c | 548 &child_of_bds, BDRV_CHILD_DATA, in replication_start() 558 "secondary disk", &child_of_bds, in replication_start()
|
H A D | blkverify.c | 134 "test", bs, &child_of_bds, BDRV_CHILD_DATA, in blkverify_open()
|
H A D | copy-before-write.c | 453 s->target = bdrv_open_child(NULL, options, "target", bs, &child_of_bds, in cbw_open()
|
H A D | quorum.c | 1021 &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 D | blklogwrites.c | 190 s->log_file = bdrv_open_child(NULL, options, "log", bs, &child_of_bds, in blk_log_writes_open()
|
H A D | raw-format.c | 495 bdrv_open_child(NULL, options, "file", bs, &child_of_bds, in raw_open()
|
H A D | crypto.c | 330 &child_of_bds, BDRV_CHILD_METADATA, in block_crypto_open_generic()
|
H A D | qcow2.c | 1658 &child_of_bds, BDRV_CHILD_DATA, in qcow2_do_open() 1671 &child_of_bds, in qcow2_do_open()
|
H A D | vmdk.c | 1233 bs, &child_of_bds, extent_role, false, in vmdk_parse_extents()
|
H A D | vvfat.c | 3274 child_vvfat_qcow = child_of_bds; in bdrv_vvfat_init()
|
/openbmc/qemu/include/block/ |
H A D | block_int-common.h | 1012 extern const BdrvChildClass child_of_bds;
|
/openbmc/qemu/ |
H A D | block.c | 1520 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()
|