Lines Matching refs:found_end
500 u64 found_start, found_end; in free_space_test_bit() local
508 found_end = key.objectid + key.offset; in free_space_test_bit()
509 ASSERT(offset >= found_start && offset < found_end); in free_space_test_bit()
525 u64 found_start, found_end; in free_space_set_bits() local
533 found_end = key.objectid + key.offset; in free_space_set_bits()
534 ASSERT(*start >= found_start && *start < found_end); in free_space_set_bits()
537 if (end > found_end) in free_space_set_bits()
538 end = found_end; in free_space_set_bits()
704 u64 found_start, found_end; in remove_free_space_extent() local
722 found_end = key.objectid + key.offset; in remove_free_space_extent()
723 ASSERT(start >= found_start && end <= found_end); in remove_free_space_extent()
763 if (end < found_end) { in remove_free_space_extent()
766 key.offset = found_end - end; in remove_free_space_extent()
856 u64 found_start, found_end; in add_free_space_extent() local
903 found_end = key.objectid + key.offset; in add_free_space_extent()
905 found_end > block_group->start); in add_free_space_extent()
906 ASSERT(found_start < start && found_end <= start); in add_free_space_extent()
912 if (found_end == start) { in add_free_space_extent()
943 found_end = key.objectid + key.offset; in add_free_space_extent()
945 found_end > block_group->start); in add_free_space_extent()
946 ASSERT((found_start < start && found_end <= start) || in add_free_space_extent()
947 (found_start >= end && found_end > end)); in add_free_space_extent()