Lines Matching refs:found_end
519 u64 found_start, found_end;
527 found_end = key.objectid + key.offset;
528 ASSERT(offset >= found_start && offset < found_end);
545 u64 found_start, found_end;
553 found_end = key.objectid + key.offset;
554 ASSERT(*start >= found_start && *start < found_end);
557 if (end > found_end)
558 end = found_end;
724 u64 found_start, found_end;
742 found_end = key.objectid + key.offset;
743 ASSERT(start >= found_start && end <= found_end);
783 if (end < found_end) {
786 key.offset = found_end - end;
876 u64 found_start, found_end;
923 found_end = key.objectid + key.offset;
925 found_end > block_group->start);
926 ASSERT(found_start < start && found_end <= start);
932 if (found_end == start) {
963 found_end = key.objectid + key.offset;
965 found_end > block_group->start);
966 ASSERT((found_start < start && found_end <= start) ||
967 (found_start >= end && found_end > end));