Searched refs:found_end (Results 1 – 3 of 3) sorted by relevance
500 u64 found_start, found_end; in free_space_test_bit() local508 found_end = key.objectid + key.offset; in free_space_test_bit()509 ASSERT(offset >= found_start && offset < found_end); in free_space_test_bit()525 u64 found_start, found_end; in free_space_set_bits() local533 found_end = key.objectid + key.offset; in free_space_set_bits()534 ASSERT(*start >= found_start && *start < found_end); in free_space_set_bits()537 if (end > found_end) in free_space_set_bits()538 end = found_end; in free_space_set_bits()704 u64 found_start, found_end; in remove_free_space_extent() local722 found_end = key.objectid + key.offset; in remove_free_space_extent()[all …]
829 u64 found_end; in btrfs_set_target_alloc_state() local835 &found_start, &found_end, in btrfs_set_target_alloc_state()838 found_end, CHUNK_ALLOCATED); in btrfs_set_target_alloc_state()841 start = found_end + 1; in btrfs_set_target_alloc_state()
2183 u64 found_end; in find_dir_range() local2212 found_end = btrfs_dir_log_end(path->nodes[0], item); in find_dir_range()2214 if (*start_ret >= key.offset && *start_ret <= found_end) { in find_dir_range()2217 *end_ret = found_end; in find_dir_range()2239 found_end = btrfs_dir_log_end(path->nodes[0], item); in find_dir_range()2241 *end_ret = found_end; in find_dir_range()