Lines Matching refs:found_end
514 u64 found_start, found_end; in free_space_test_bit() local
522 found_end = key.objectid + key.offset; in free_space_test_bit()
523 ASSERT(offset >= found_start && offset < found_end); in free_space_test_bit()
539 u64 found_start, found_end; in free_space_set_bits() local
547 found_end = key.objectid + key.offset; in free_space_set_bits()
548 ASSERT(*start >= found_start && *start < found_end); in free_space_set_bits()
551 if (end > found_end) in free_space_set_bits()
552 end = found_end; in free_space_set_bits()
718 u64 found_start, found_end; in remove_free_space_extent() local
736 found_end = key.objectid + key.offset; in remove_free_space_extent()
737 ASSERT(start >= found_start && end <= found_end); in remove_free_space_extent()
777 if (end < found_end) { in remove_free_space_extent()
780 key.offset = found_end - end; in remove_free_space_extent()
870 u64 found_start, found_end; in add_free_space_extent() local
917 found_end = key.objectid + key.offset; in add_free_space_extent()
919 found_end > block_group->start); in add_free_space_extent()
920 ASSERT(found_start < start && found_end <= start); in add_free_space_extent()
926 if (found_end == start) { in add_free_space_extent()
957 found_end = key.objectid + key.offset; in add_free_space_extent()
959 found_end > block_group->start); in add_free_space_extent()
960 ASSERT((found_start < start && found_end <= start) || in add_free_space_extent()
961 (found_start >= end && found_end > end)); in add_free_space_extent()