Home
last modified time | relevance | path

Searched refs:GROWTH_SIZE (Results 1 – 2 of 2) sorted by relevance

/qemu/tests/qemu-iotests/
H A D10646 GROWTH_SIZE=256
59 $QEMU_IMG resize -f "$IMGFMT" --preallocation=$growth_mode "$TEST_IMG" +${GROWTH_SIZE}K
66 expected_size=$((expected_size + $GROWTH_SIZE))
89 $QEMU_IMG resize -f "$IMGFMT" --shrink --preallocation=$growth_mode "$TEST_IMG" -${GROWTH_SIZE}K
106 $QEMU_IMG resize -f "$IMGFMT" --preallocation=$growth_mode "$TEST_IMG" +${GROWTH_SIZE}K
111 if [ $actual_size -lt $GROWTH_SIZE ]; then
112 echo "ERROR: Image should have at least ${GROWTH_SIZE}K, but has ${actual_size}K"
H A D125117 for GROWTH_SIZE in 16 48 80; do
120 …echo "--- cluster_size=$cluster_size growth_size=$GROWTH_SIZE create_mode=$create_mode growth_mode…
123 $QEMU_IMG resize -f "$IMGFMT" --preallocation=$growth_mode "$TEST_IMG" +${GROWTH_SIZE}K
133 $QEMU_IO -c "write $CREATION_SIZE ${GROWTH_SIZE}K" "$TEST_IMG" | _filter_qemu_io