Searched refs:parent_b (Results 1 – 1 of 1) sorted by relevance
/qemu/tests/unit/ |
H A D | test-bdrv-drain.c | 1155 BlockDriverState *parent_b; in detach_indirect_bh() 1172 bdrv_unref_child(data->parent_b, data->child_b); in detach_by_parent_aio_cb() 1175 data->child_c = bdrv_attach_child(data->parent_b, data->c, "PB-C", in detach_by_parent_aio_cb() 1234 BlockDriverState *parent_a, *parent_b, *a, *b, *c; in test_detach_indirect() 1255 parent_b = bdrv_new_open_driver(&bdrv_test, "parent-b", 0, in test_detach_indirect() 1279 child_b = bdrv_attach_child(parent_b, b, "PB-B", &child_of_bds, in test_detach_indirect() 1281 child_a = bdrv_attach_child(parent_b, a, "PB-A", &child_of_bds, in test_detach_indirect() 1292 g_assert_cmpint(parent_b->refcnt, ==, 1); in test_detach_indirect() 1297 g_assert(QLIST_FIRST(&parent_b->children) == child_a); in test_detach_indirect() 1303 .parent_b in test_detach_indirect() 1143 BlockDriverState *parent_b; global() member 1220 BlockDriverState *parent_a, *parent_b, *a, *b, *c; test_detach_indirect() local [all...] |