Lines Matching defs:end
196 u64 start, end;
212 end = block_group->start + block_group->length;
214 key.objectid = end - 1;
238 ASSERT(found_key.objectid < end);
239 ASSERT(found_key.objectid + found_key.offset <= end);
287 while (i < end) {
292 extent_size = min(end - i, bitmap_range);
335 u64 start, end;
351 end = block_group->start + block_group->length;
353 key.objectid = end - 1;
379 ASSERT(found_key.objectid < end);
380 ASSERT(found_key.objectid + found_key.offset <= end);
526 u64 end = *start + *size;
537 ASSERT(end > found_start);
539 if (end > found_end)
540 end = found_end;
544 last = div_u64(end - found_start, fs_info->sectorsize);
551 *size -= end - *start;
552 *start = end;
593 u64 end = start + size;
655 if (end < block_group->start + block_group->length) {
658 if (end >= key.objectid + key.offset) {
664 next_bit = free_space_test_bit(block_group, path, end);
707 u64 end = start + size;
725 ASSERT(start >= found_start && end <= found_end);
735 * the end. There is no net change in the number of extents.
736 * 3. We are using part of the extent ending at the end: delete the key
764 /* Add a key for leftovers at the end (cases 2 and 4). */
765 if (end < found_end) {
766 key.objectid = end;
768 key.offset = found_end - end;
859 u64 end = start + size;
926 if (end == block_group->start + block_group->length)
928 key.objectid = end;
949 (found_start >= end && found_end > end));
955 if (found_start == end) {
1054 u64 start, end;
1077 * end. Note that EXTENT_ITEM and METADATA_ITEM are less than
1091 end = block_group->start + block_group->length;
1097 if (key.objectid >= end)
1125 if (start < end) {
1127 start, end - start);
1330 u64 start, end;
1349 end = block_group->start + block_group->length;
1351 key.objectid = end - 1;
1376 ASSERT(found_key.objectid < end);
1377 ASSERT(found_key.objectid + found_key.offset <= end);
1410 u64 end, offset;
1419 end = block_group->start + block_group->length;
1434 ASSERT(key.objectid < end && key.objectid + key.offset <= end);
1459 end);
1488 u64 end;
1497 end = block_group->start + block_group->length;
1512 ASSERT(key.objectid < end && key.objectid + key.offset <= end);