Lines Matching refs:found_end
499 u64 found_start, found_end; in free_space_test_bit() local
507 found_end = key.objectid + key.offset; in free_space_test_bit()
508 ASSERT(offset >= found_start && offset < found_end); in free_space_test_bit()
524 u64 found_start, found_end; in free_space_set_bits() local
532 found_end = key.objectid + key.offset; in free_space_set_bits()
533 ASSERT(*start >= found_start && *start < found_end); in free_space_set_bits()
536 if (end > found_end) in free_space_set_bits()
537 end = found_end; in free_space_set_bits()
703 u64 found_start, found_end; in remove_free_space_extent() local
721 found_end = key.objectid + key.offset; in remove_free_space_extent()
722 ASSERT(start >= found_start && end <= found_end); in remove_free_space_extent()
762 if (end < found_end) { in remove_free_space_extent()
765 key.offset = found_end - end; in remove_free_space_extent()
855 u64 found_start, found_end; in add_free_space_extent() local
902 found_end = key.objectid + key.offset; in add_free_space_extent()
904 found_end > block_group->key.objectid); in add_free_space_extent()
905 ASSERT(found_start < start && found_end <= start); in add_free_space_extent()
911 if (found_end == start) { in add_free_space_extent()
942 found_end = key.objectid + key.offset; in add_free_space_extent()
944 found_end > block_group->key.objectid); in add_free_space_extent()
945 ASSERT((found_start < start && found_end <= start) || in add_free_space_extent()
946 (found_start >= end && found_end > end)); in add_free_space_extent()