Lines Matching refs:test_blk_write
96 static void test_blk_write(BlockBackend *blk, long pattern, int64_t offset, in test_blk_write() function
230 test_blk_write(blk, 0, 0, IMG_SIZE, true); in test_primary_write()
247 test_blk_write(blk, 0x22, 0, IMG_SIZE, false); in test_primary_start()
310 test_blk_write(blk, 0x11, 0, IMG_SIZE, false); in start_secondary()
379 test_blk_write(blk, 0, 0, IMG_SIZE, true); in test_secondary_write()
398 test_blk_write(local_blk, 0x22, IMG_SIZE / 2, IMG_SIZE / 2, false); in test_secondary_start()
405 test_blk_write(top_blk, 0x33, 0, IMG_SIZE / 2, false); in test_secondary_start()
428 test_blk_write(local_blk, 0x22, IMG_SIZE / 2, IMG_SIZE / 2, false); in test_secondary_stop()
435 test_blk_write(top_blk, 0x33, 0, IMG_SIZE / 2, false); in test_secondary_stop()
461 test_blk_write(local_blk, 0x22, IMG_SIZE / 2, IMG_SIZE / 2, false); in test_secondary_continuous_replication()
468 test_blk_write(top_blk, 0x33, 0, IMG_SIZE / 2, false); in test_secondary_continuous_replication()
506 test_blk_write(local_blk, 0x22, IMG_SIZE / 2, in test_secondary_do_checkpoint()