Lines Matching refs:bdrv_test
75 static BlockDriver bdrv_test = { variable
326 bdrv_test.bdrv_co_block_status = NULL; in test_sync_op_block_status()
477 bs = bdrv_new_open_driver(&bdrv_test, "base", BDRV_O_RDWR, &error_abort); in test_sync_op()
558 bs = bdrv_new_open_driver(&bdrv_test, "base", BDRV_O_RDWR, &error_abort); in test_attach_blockjob()
628 bs_a = bdrv_new_open_driver(&bdrv_test, "bs_a", BDRV_O_RDWR, &error_abort); in test_propagate_basic()
632 bs_b = bdrv_new_open_driver(&bdrv_test, "bs_b", BDRV_O_RDWR, &error_abort); in test_propagate_basic()
686 bs_a = bdrv_new_open_driver(&bdrv_test, "bs_a", BDRV_O_RDWR, &error_abort); in test_propagate_diamond()
752 src = bdrv_new_open_driver(&bdrv_test, "src", BDRV_O_RDWR, &error_abort); in test_propagate_mirror()
753 target = bdrv_new_open_driver(&bdrv_test, "target", BDRV_O_RDWR, in test_propagate_mirror()
822 bs = bdrv_new_open_driver(&bdrv_test, "base", BDRV_O_RDWR, &error_abort); in test_attach_second_node()
853 bs = bdrv_new_open_driver(&bdrv_test, "base", BDRV_O_RDWR, &error_abort); in test_attach_preserve_blk_ctx()