Lines Matching refs:block_start

31 "em leak: em (start %llu len %llu block_start %llu block_len %llu) refs %d",
32 em->start, em->len, em->block_start,
79 em->block_start = 0;
100 em->block_start = SZ_32K; /* avoid merging */
121 em->block_start = start;
137 em->block_start != 0 || em->block_len != SZ_16K) {
139 "case1 [%llu %llu]: ret %d return a wrong em (start %llu len %llu block_start %llu block_len %llu",
141 em->block_start, em->block_len);
175 em->block_start = EXTENT_MAP_INLINE;
196 em->block_start = SZ_4K;
217 em->block_start = EXTENT_MAP_INLINE;
232 em->block_start != EXTENT_MAP_INLINE || em->block_len != (u64)-1) {
234 "case2 [0 1K]: ret %d return a wrong em (start %llu len %llu block_start %llu block_len %llu",
235 ret, em->start, em->len, em->block_start,
266 em->block_start = SZ_4K;
287 em->block_start = 0;
304 * Since bytes within em are contiguous, em->block_start is identical to
308 em->start != em->block_start || em->len != em->block_len) {
310 "case3 [%llu %llu): ret %d em (start %llu len %llu block_start %llu block_len %llu)",
312 em->block_start, em->block_len);
373 em->block_start = 0;
394 em->block_start = SZ_16K; /* avoid merging */
414 em->block_start = 0;
432 "case4 [%llu %llu): ret %d, added wrong em (start %llu len %llu block_start %llu block_len %llu)",
433 start, start + len, ret, em->start, em->len, em->block_start,
484 u64 start, u64 len, u64 block_start)
498 em->block_start = block_start;
719 em->block_start = SZ_16K;
772 em->block_start = 0;
794 em->block_start = SZ_32K;
858 if (em->block_start != SZ_32K + SZ_4K) {
859 test_err("em->block_start is %llu, expected 36K", em->block_start);