Lines Matching +full:2 +full:c

6 # Copyright (C) 2014 Red Hat, Inc.
10 # the Free Software Foundation; either version 2 of the License, or
34 trap "_cleanup; exit \$status" 0 1 2 3 15
49 $QEMU_IO -c 'write -P 42 0 64k' "$TEST_IMG" | _filter_qemu_io
56 $QEMU_IO -c "open -o cache-size=1.25M,l2-cache-size=1M,refcount-cache-size=0.25M $TEST_IMG" \
57 2>&1 | _filter_testdir | _filter_imgfmt
59 $QEMU_IO -c "open -o cache-size=1M,l2-cache-size=2M $TEST_IMG" 2>&1 \
62 $QEMU_IO -c "open -o cache-size=1M,refcount-cache-size=2M $TEST_IMG" 2>&1 \
66 $QEMU_IO -c "open -o cache-size=0,l2-cache-size=0,refcount-cache-size=0 $TEST_IMG" \
67 2>&1 | _filter_testdir | _filter_imgfmt
70 $QEMU_IO -c "open -o l2-cache-entry-size=256 $TEST_IMG" \
71 2>&1 | _filter_testdir | _filter_imgfmt
72 $QEMU_IO -c "open -o l2-cache-entry-size=4242 $TEST_IMG" \
73 2>&1 | _filter_testdir | _filter_imgfmt
74 $QEMU_IO -c "open -o l2-cache-entry-size=128k $TEST_IMG" \
75 2>&1 | _filter_testdir | _filter_imgfmt
82 $QEMU_IO -c "open -o cache-size=0 $TEST_IMG" -c 'read -P 42 0 64k' \
84 $QEMU_IO -c "open -o l2-cache-size=0 $TEST_IMG" -c 'read -P 42 0 64k' \
86 $QEMU_IO -c "open -o refcount-cache-size=0 $TEST_IMG" -c 'read -P 42 0 64k' \
91 $QEMU_IO -c "open -o cache-size=2M $TEST_IMG" -c 'read -P 42 0 64k' \
94 $QEMU_IO -c "open -o cache-size=2M,l2-cache-size=1M $TEST_IMG" \
95 -c 'read -P 42 0 64k' \
97 $QEMU_IO -c "open -o cache-size=2M,refcount-cache-size=1M $TEST_IMG" \
98 -c 'read -P 42 0 64k' \
101 $QEMU_IO -c "open -o l2-cache-size=1M,refcount-cache-size=0.25M $TEST_IMG" \
102 -c 'read -P 42 0 64k' \
106 $QEMU_IO -c "open -o l2-cache-entry-size=512 $TEST_IMG" \
107 2>&1 | _filter_testdir | _filter_imgfmt
108 $QEMU_IO -c "open -o l2-cache-entry-size=16k $TEST_IMG" \
109 2>&1 | _filter_testdir | _filter_imgfmt
110 $QEMU_IO -c "open -o l2-cache-entry-size=64k $TEST_IMG" \
111 2>&1 | _filter_testdir | _filter_imgfmt
118 $QEMU_IMG snapshot -c foo "$TEST_IMG"
122 $QEMU_IO -c "open -o cache-size=0 $TEST_IMG" -c 'write 0 64k' | _filter_qemu_io