Searched refs:parent_a (Results 1 – 1 of 1) sorted by relevance
/qemu/tests/unit/ |
H A D | test-bdrv-drain.c | 1234 BlockDriverState *parent_a, *parent_b, *a, *b, *c; in test_detach_indirect() 1253 parent_a = bdrv_new_open_driver(&bdrv_test, "parent-a", BDRV_O_RDWR, in test_detach_indirect() 1264 blk_insert_bs(blk, parent_a, &error_abort); in test_detach_indirect() 1265 bdrv_unref(parent_a); in test_detach_indirect() 1270 BDRVTestState *s = parent_a->opaque; in test_detach_indirect() 1285 bdrv_attach_child(parent_a, a, "PA-A", in test_detach_indirect() 1291 g_assert_cmpint(parent_a->refcnt, ==, 1); in test_detach_indirect() 1320 g_assert_cmpint(parent_a->refcnt, ==, 1); in test_detach_indirect() 1330 g_assert_cmpint(parent_a->quiesce_counter, ==, 1); in test_detach_indirect() 1220 BlockDriverState *parent_a, *parent_b, *a, *b, *c; test_detach_indirect() local
|