Home
last modified time | relevance | path

Searched refs:growth_mode (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/tests/qemu-iotests/
H A D106.out4 --- 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 …]
H A D10651 for growth_mode in off falloc full; do
53 echo "--- create_mode=$create_mode growth_mode=$growth_mode ---"
59 $QEMU_IMG resize -f "$IMGFMT" --preallocation=$growth_mode "$TEST_IMG" +${GROWTH_SIZE}K
65 if [ $growth_mode != off ]; then
86 for growth_mode in falloc full off; do
88 echo "--- growth_mode=$growth_mode ---"
89 $QEMU_IMG resize -f "$IMGFMT" --shrink --preallocation=$growth_mode "$TEST_IMG" -${GROWTH_SIZE}K
95 for growth_mode in falloc full; do
97 echo "--- growth_mode=$growth_mode ---"
106 $QEMU_IMG resize -f "$IMGFMT" --preallocation=$growth_mode "$TEST_IMG" +${GROWTH_SIZE}K
H A D125.out2 --- 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 …]
H A D125119 for growth_mode in off metadata falloc full; do
120 …_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}K
153 if [ $growth_mode != off ]; then
158 if [ $growth_mode != metadata ]; then