Lines Matching refs:found_end
502 u64 found_start, found_end; in free_space_test_bit() local
510 found_end = key.objectid + key.offset; in free_space_test_bit()
511 ASSERT(offset >= found_start && offset < found_end); in free_space_test_bit()
527 u64 found_start, found_end; in free_space_set_bits() local
535 found_end = key.objectid + key.offset; in free_space_set_bits()
536 ASSERT(*start >= found_start && *start < found_end); in free_space_set_bits()
539 if (end > found_end) in free_space_set_bits()
540 end = found_end; in free_space_set_bits()
706 u64 found_start, found_end; in remove_free_space_extent() local
724 found_end = key.objectid + key.offset; in remove_free_space_extent()
725 ASSERT(start >= found_start && end <= found_end); in remove_free_space_extent()
765 if (end < found_end) { in remove_free_space_extent()
768 key.offset = found_end - end; in remove_free_space_extent()
858 u64 found_start, found_end; in add_free_space_extent() local
905 found_end = key.objectid + key.offset; in add_free_space_extent()
907 found_end > block_group->start); in add_free_space_extent()
908 ASSERT(found_start < start && found_end <= start); in add_free_space_extent()
914 if (found_end == start) { in add_free_space_extent()
945 found_end = key.objectid + key.offset; in add_free_space_extent()
947 found_end > block_group->start); in add_free_space_extent()
948 ASSERT((found_start < start && found_end <= start) || in add_free_space_extent()
949 (found_start >= end && found_end > end)); in add_free_space_extent()