Lines Matching +full:32 +full:k
38 * extent [0, 16K), followed by another file extent [16K, 20K), two dio reads
39 * are entering btrfs_get_extent() concurrently, t1 is reading [8K, 16K), t2 is
40 * reading [0, 8K)
45 * -> add_extent_mapping(0, 16K)
47 * ->add_extent_mapping(0, 16K)
63 /* Add [0, 16K) */ in test_case_1()
72 /* Add [16K, 20K) following [0, 16K) */ in test_case_1()
89 /* Add [0, 8K), should return [0, 16K) instead. */ in test_case_1()
127 /* Add [0, 1K) */ in test_case_2()
136 /* Add [4K, 4K) following [0, 1K) */ in test_case_2()
153 /* Add [0, 1K) */ in test_case_2()
160 test_err("case2 [0 1K]: ret %d", ret); in test_case_2()
165 "case2 [0 1K]: ret %d return a wrong em (start %llu len %llu block_start %llu block_len %llu", in test_case_2()
186 /* Add [4K, 8K) */ in __test_case_3()
199 /* Add [0, 16K) */ in __test_case_3()
229 * There is a file extent [0, 16K), two jobs are running concurrently
230 * against it, t1 is buffered writing to [4K, 8K) and t2 is doing dio
231 * read from [0, 4K) or [8K, 12K) or [12K, 16K).
233 * t1 goes ahead of t2 and adds em [4K, 8K) into tree.
261 /* Add [0K, 8K) */ in __test_case_4()
274 /* Add [8K, 24K) */ in __test_case_4()
286 /* Add [0K, 32K) */ in __test_case_4()
311 * There is a file extent [0, 32K), two jobs are running concurrently
312 * against it, t1 is doing dio write to [8K, 32K) and t2 is doing dio
313 * read from [0, 4K) or [4K, 8K).
315 * t1 goes ahead of t2 and splits em [0, 32K) to em [0K, 8K) and [8K 32K).
322 * # load [0, 32K)
325 * # split [0, 32K)
327 * # add [8K, 32K)
330 * # [0, 32K)