Lines Matching +full:64 +full:kb
81 # Assuming there is no FS with a block size greater than 64k
100 # With a cluster size of 512 B, one L2 table covers 64 * 512 B = 32 kB.
101 # One cluster of the L1 table covers 64 * 32 kB = 2 MB.
106 # Therefore, we create an image that is 48 kB below 2 MB. Then:
107 # (1) We resize it to 2 MB - 32 kB. (+ 16 kB)
108 # (2) We resize it to 2 MB. (+ 48 kB)
109 # (3) We resize it to 2 MB + 32 kB. (+ 80 kB)
114 # 512 is the actual test -- but it's good to test 64k as well, just to be sure.
115 for cluster_size in 512 64k; do
116 # in kB
179 _make_test_img -F raw -b "$TEST_IMG.base" -o cluster_size=64k "$orig_size"