Searched refs:growth_mode (Results 1 – 4 of 4) sorted by relevance
4 --- create_mode=off growth_mode=off ---8 --- create_mode=off growth_mode=falloc ---12 --- create_mode=off growth_mode=full ---16 --- create_mode=falloc growth_mode=off ---20 --- create_mode=falloc growth_mode=falloc ---24 --- create_mode=falloc growth_mode=full ---28 --- create_mode=full growth_mode=off ---32 --- create_mode=full growth_mode=falloc ---36 --- create_mode=full growth_mode=full ---42 --- growth_mode=falloc ---[all …]
51 for growth_mode in off falloc full; do53 echo "--- create_mode=$create_mode growth_mode=$growth_mode ---"59 $QEMU_IMG resize -f "$IMGFMT" --preallocation=$growth_mode "$TEST_IMG" +${GROWTH_SIZE}K65 if [ $growth_mode != off ]; then86 for growth_mode in falloc full off; do88 echo "--- growth_mode=$growth_mode ---"89 $QEMU_IMG resize -f "$IMGFMT" --shrink --preallocation=$growth_mode "$TEST_IMG" -${GROWTH_SIZE}K95 for growth_mode in falloc full; do97 echo "--- growth_mode=$growth_mode ---"106 $QEMU_IMG resize -f "$IMGFMT" --preallocation=$growth_mode "$TEST_IMG" +${GROWTH_SIZE}K
2 --- cluster_size=512 growth_size=16 create_mode=off growth_mode=off ---10 --- cluster_size=512 growth_size=16 create_mode=off growth_mode=metadata ---18 --- cluster_size=512 growth_size=16 create_mode=off growth_mode=falloc ---26 --- cluster_size=512 growth_size=16 create_mode=off growth_mode=full ---34 --- cluster_size=512 growth_size=16 create_mode=metadata growth_mode=off ---42 --- cluster_size=512 growth_size=16 create_mode=metadata growth_mode=metadata ---50 --- cluster_size=512 growth_size=16 create_mode=metadata growth_mode=falloc ---58 --- cluster_size=512 growth_size=16 create_mode=metadata growth_mode=full ---66 --- cluster_size=512 growth_size=16 create_mode=falloc growth_mode=off ---74 --- cluster_size=512 growth_size=16 create_mode=falloc growth_mode=metadata ---[all …]
119 for growth_mode in off metadata falloc full; do120 …_size=$cluster_size growth_size=$GROWTH_SIZE create_mode=$create_mode growth_mode=$growth_mode ---"123 $QEMU_IMG resize -f "$IMGFMT" --preallocation=$growth_mode "$TEST_IMG" +${GROWTH_SIZE}K153 if [ $growth_mode != off ]; then158 if [ $growth_mode != metadata ]; then