Lines Matching refs:corruption_test_cmd
571 for corruption_test_cmd in read write; do
573 echo "### Corrupted L2 entries - $corruption_test_cmd test (allocated) ###"
586 $QEMU_IO -c "$corruption_test_cmd -q -P 0x11 0 1k" "$TEST_IMG"
587 if [ "$corruption_test_cmd" = "write" ]; then
602 $QEMU_IO -c "$corruption_test_cmd 0 192k" "$TEST_IMG"
605 echo "### Corrupted L2 entries - $corruption_test_cmd test (unallocated) ###"
620 $QEMU_IO -c "$corruption_test_cmd -q 0 1k" "$TEST_IMG"
621 if [ "$corruption_test_cmd" = "write" ]; then
636 $QEMU_IO -c "$corruption_test_cmd 0 1k" "$TEST_IMG"
649 $QEMU_IO -c "$corruption_test_cmd 0 192k" "$TEST_IMG"
652 echo "### Compressed cluster with subcluster bitmap != 0 - $corruption_test_cmd test ###"
662 $QEMU_IO -c "$corruption_test_cmd -P 11 0 64k" "$TEST_IMG" | _filter_qemu_io
664 if [ "$corruption_test_cmd" = "write" ]; then