Lines Matching defs:block_start
28 "em leak: em (start 0x%llx len 0x%llx block_start 0x%llx block_len 0x%llx) refs %d",
29 em->start, em->len, em->block_start,
73 em->block_start = 0;
94 em->block_start = SZ_32K; /* avoid merging */
115 em->block_start = start;
126 em->block_start != 0 || em->block_len != SZ_16K)) {
128 "case1 [%llu %llu]: ret %d return a wrong em (start %llu len %llu block_start %llu block_len %llu",
130 em->block_start, em->block_len);
161 em->block_start = EXTENT_MAP_INLINE;
182 em->block_start = SZ_4K;
203 em->block_start = EXTENT_MAP_INLINE;
214 em->block_start != EXTENT_MAP_INLINE || em->block_len != (u64)-1)) {
216 "case2 [0 1K]: ret %d return a wrong em (start %llu len %llu block_start %llu block_len %llu",
217 ret, em->start, em->len, em->block_start,
244 em->block_start = SZ_4K;
265 em->block_start = 0;
276 * Since bytes within em are contiguous, em->block_start is identical to
281 em->start != em->block_start || em->len != em->block_len)) {
283 "case3 [0x%llx 0x%llx): ret %d em (start 0x%llx len 0x%llx block_start 0x%llx block_len 0x%llx)",
285 em->block_start, em->block_len);
343 em->block_start = 0;
364 em->block_start = SZ_16K; /* avoid merging */
384 em->block_start = 0;
396 "case4 [0x%llx 0x%llx): ret %d, added wrong em (start 0x%llx len 0x%llx block_start 0x%llx block_len 0x%llx)",
397 start, len, ret, em->start, em->len, em->block_start,
447 u64 start, u64 len, u64 block_start)
460 em->block_start = block_start;
684 em->block_start = SZ_16K;
743 em->block_start = 0;
765 em->block_start = SZ_32K;