Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-bdrv-graph-mod.c358 BdrvChild *c_fl1, *c_fl2; in test_parallel_perm_update() local
371 c_fl2 = bdrv_attach_child(ws, fl2, "second", &child_of_bds, in test_parallel_perm_update()
389 assert(!(c_fl2->perm & BLK_PERM_WRITE)); in test_parallel_perm_update()
392 s->selected = c_fl2; in test_parallel_perm_update()
395 assert(c_fl2->perm & BLK_PERM_WRITE); in test_parallel_perm_update()
403 assert(!(c_fl2->perm & BLK_PERM_WRITE)); in test_parallel_perm_update()