Lines Matching refs:local_blk
387 BlockBackend *top_blk, *local_blk; in test_secondary_start() local
397 local_blk = blk_by_name(S_LOCAL_DISK_ID); in test_secondary_start()
398 test_blk_write(local_blk, 0x22, IMG_SIZE / 2, IMG_SIZE / 2, false); in test_secondary_start()
420 BlockBackend *top_blk, *local_blk; in test_secondary_stop() local
427 local_blk = blk_by_name(S_LOCAL_DISK_ID); in test_secondary_stop()
428 test_blk_write(local_blk, 0x22, IMG_SIZE / 2, IMG_SIZE / 2, false); in test_secondary_stop()
454 BlockBackend *top_blk, *local_blk; in test_secondary_continuous_replication() local
460 local_blk = blk_by_name(S_LOCAL_DISK_ID); in test_secondary_continuous_replication()
461 test_blk_write(local_blk, 0x22, IMG_SIZE / 2, IMG_SIZE / 2, false); in test_secondary_continuous_replication()
498 BlockBackend *top_blk, *local_blk; in test_secondary_do_checkpoint() local
505 local_blk = blk_by_name(S_LOCAL_DISK_ID); in test_secondary_do_checkpoint()
506 test_blk_write(local_blk, 0x22, IMG_SIZE / 2, in test_secondary_do_checkpoint()