Lines Matching refs:found_end
519 u64 found_start, found_end; in free_space_test_bit() local
527 found_end = key.objectid + key.offset; in free_space_test_bit()
528 ASSERT(offset >= found_start && offset < found_end); in free_space_test_bit()
544 u64 found_start, found_end; in free_space_set_bits() local
552 found_end = key.objectid + key.offset; in free_space_set_bits()
553 ASSERT(*start >= found_start && *start < found_end); in free_space_set_bits()
556 if (end > found_end) in free_space_set_bits()
557 end = found_end; in free_space_set_bits()
723 u64 found_start, found_end; in remove_free_space_extent() local
741 found_end = key.objectid + key.offset; in remove_free_space_extent()
742 ASSERT(start >= found_start && end <= found_end); in remove_free_space_extent()
782 if (end < found_end) { in remove_free_space_extent()
785 key.offset = found_end - end; in remove_free_space_extent()
875 u64 found_start, found_end; in add_free_space_extent() local
922 found_end = key.objectid + key.offset; in add_free_space_extent()
924 found_end > block_group->start); in add_free_space_extent()
925 ASSERT(found_start < start && found_end <= start); in add_free_space_extent()
931 if (found_end == start) { in add_free_space_extent()
962 found_end = key.objectid + key.offset; in add_free_space_extent()
964 found_end > block_group->start); in add_free_space_extent()
965 ASSERT((found_start < start && found_end <= start) || in add_free_space_extent()
966 (found_start >= end && found_end > end)); in add_free_space_extent()