Home
last modified time | relevance | path

Searched refs:c_fl1 (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
369 c_fl1 = bdrv_attach_child(ws, fl1, "first", &child_of_bds, in test_parallel_perm_update()
382 s->selected = c_fl1; in test_parallel_perm_update()
388 assert(c_fl1->perm & BLK_PERM_WRITE); in test_parallel_perm_update()
396 assert(!(c_fl1->perm & BLK_PERM_WRITE)); in test_parallel_perm_update()
399 s->selected = c_fl1; in test_parallel_perm_update()
402 assert(c_fl1->perm & BLK_PERM_WRITE); in test_parallel_perm_update()