Lines Matching +full:maximum +full:- +full:speed
51 _make_test_img -o 'cluster_size=2M,refcount_bits=1' 513T
62 truncate --size=38m "$TEST_IMG"
64 $QEMU_IO_PROG -f raw -c "w -P 0xff 4m 2m" "$TEST_IMG" | _filter_qemu_io
68 $QEMU_IO_PROG -f raw -c "w -P 0xff $offs 2m" "$TEST_IMG" | _filter_qemu_io
72 # FIXME: 'qemu-img check' doesn't diagnose refcounts beyond the end of
75 stat -c 'image size %s' "$TEST_IMG"
79 # maximum offset that a compressed 2M cluster can reside in
80 $QEMU_IO_PROG -c 'w -c 0 2m' "$TEST_IMG" | _filter_qemu_io
82 stat -c 'image size %s' "$TEST_IMG"
86 $QEMU_IO_PROG -c 'w 0 2m' "$TEST_IMG" | _filter_qemu_io
89 # qemu-img now sees the millions of leaked clusters, thanks to the allocations
90 # at 512T. Undo many of our faked references to speed up the check.
91 $QEMU_IO_PROG -f raw -c "w -z 5m 1m" -c "w -z 8m 30m" "$TEST_IMG" |
97 rm -f $seq.full