Lines Matching refs:found_end
495 u64 found_start, found_end; in free_space_test_bit() local
503 found_end = key.objectid + key.offset; in free_space_test_bit()
504 ASSERT(offset >= found_start && offset < found_end); in free_space_test_bit()
520 u64 found_start, found_end; in free_space_set_bits() local
528 found_end = key.objectid + key.offset; in free_space_set_bits()
529 ASSERT(*start >= found_start && *start < found_end); in free_space_set_bits()
532 if (end > found_end) in free_space_set_bits()
533 end = found_end; in free_space_set_bits()
699 u64 found_start, found_end; in remove_free_space_extent() local
717 found_end = key.objectid + key.offset; in remove_free_space_extent()
718 ASSERT(start >= found_start && end <= found_end); in remove_free_space_extent()
758 if (end < found_end) { in remove_free_space_extent()
761 key.offset = found_end - end; in remove_free_space_extent()
851 u64 found_start, found_end; in add_free_space_extent() local
898 found_end = key.objectid + key.offset; in add_free_space_extent()
900 found_end > block_group->key.objectid); in add_free_space_extent()
901 ASSERT(found_start < start && found_end <= start); in add_free_space_extent()
907 if (found_end == start) { in add_free_space_extent()
938 found_end = key.objectid + key.offset; in add_free_space_extent()
940 found_end > block_group->key.objectid); in add_free_space_extent()
941 ASSERT((found_start < start && found_end <= start) || in add_free_space_extent()
942 (found_start >= end && found_end > end)); in add_free_space_extent()