Searched refs:found_end (Results 1 – 3 of 3) sorted by relevance
502 u64 found_start, found_end; in free_space_test_bit() local510 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() local535 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() local724 found_end = key.objectid + key.offset; in remove_free_space_extent()[all …]
630 u64 found_end; in btrfs_set_target_alloc_state() local636 &found_start, &found_end, in btrfs_set_target_alloc_state()639 found_end, CHUNK_ALLOCATED); in btrfs_set_target_alloc_state()642 start = found_end + 1; in btrfs_set_target_alloc_state()
2125 u64 found_end; in find_dir_range() local2154 found_end = btrfs_dir_log_end(path->nodes[0], item); in find_dir_range()2156 if (*start_ret >= key.offset && *start_ret <= found_end) { in find_dir_range()2159 *end_ret = found_end; in find_dir_range()2181 found_end = btrfs_dir_log_end(path->nodes[0], item); in find_dir_range()2183 *end_ret = found_end; in find_dir_range()