Lines Matching refs:found_end
502 u64 found_start, found_end;
510 found_end = key.objectid + key.offset;
511 ASSERT(offset >= found_start && offset < found_end);
527 u64 found_start, found_end;
535 found_end = key.objectid + key.offset;
536 ASSERT(*start >= found_start && *start < found_end);
539 if (end > found_end)
540 end = found_end;
706 u64 found_start, found_end;
724 found_end = key.objectid + key.offset;
725 ASSERT(start >= found_start && end <= found_end);
765 if (end < found_end) {
768 key.offset = found_end - end;
858 u64 found_start, found_end;
905 found_end = key.objectid + key.offset;
907 found_end > block_group->start);
908 ASSERT(found_start < start && found_end <= start);
914 if (found_end == start) {
945 found_end = key.objectid + key.offset;
947 found_end > block_group->start);
948 ASSERT((found_start < start && found_end <= start) ||
949 (found_start >= end && found_end > end));