Lines Matching refs:found_start
502 u64 found_start, found_end;
509 found_start = key.objectid;
511 ASSERT(offset >= found_start && offset < found_end);
514 i = div_u64(offset - found_start,
527 u64 found_start, found_end;
534 found_start = key.objectid;
536 ASSERT(*start >= found_start && *start < found_end);
537 ASSERT(end > found_start);
543 first = div_u64(*start - found_start, fs_info->sectorsize);
544 last = div_u64(end - found_start, fs_info->sectorsize);
706 u64 found_start, found_end;
723 found_start = key.objectid;
725 ASSERT(start >= found_start && end <= found_end);
752 if (start > found_start) {
753 key.objectid = found_start;
755 key.offset = start - found_start;
858 u64 found_start, found_end;
904 found_start = key.objectid;
906 ASSERT(found_start >= block_group->start &&
908 ASSERT(found_start < start && found_end <= start);
918 new_key.objectid = found_start;
944 found_start = key.objectid;
946 ASSERT(found_start >= block_group->start &&
948 ASSERT((found_start < start && found_end <= start) ||
949 (found_start >= end && found_end > end));
955 if (found_start == end) {