Searched refs:found_start (Results 1 – 3 of 3) sorted by relevance
500 u64 found_start, found_end; in free_space_test_bit() local507 found_start = key.objectid; in free_space_test_bit()509 ASSERT(offset >= found_start && offset < found_end); in free_space_test_bit()512 i = div_u64(offset - found_start, in free_space_test_bit()525 u64 found_start, found_end; in free_space_set_bits() local532 found_start = key.objectid; in free_space_set_bits()534 ASSERT(*start >= found_start && *start < found_end); in free_space_set_bits()535 ASSERT(end > found_start); in free_space_set_bits()541 first = (*start - found_start) >> fs_info->sectorsize_bits; in free_space_set_bits()542 last = (end - found_start) >> fs_info->sectorsize_bits; in free_space_set_bits()[all …]
826 u64 found_start; in btrfs_set_target_alloc_state() local833 &found_start, &found_end, in btrfs_set_target_alloc_state()835 ret = set_extent_bits(&tgtdev->alloc_state, found_start, in btrfs_set_target_alloc_state()
442 u64 found_start; in csum_dirty_buffer() local452 found_start = btrfs_header_bytenr(eb); in csum_dirty_buffer()455 WARN_ON(found_start != 0); in csum_dirty_buffer()463 if (WARN_ON(found_start != start)) in csum_dirty_buffer()504 u64 found_start; in validate_extent_buffer() local511 found_start = btrfs_header_bytenr(eb); in validate_extent_buffer()512 if (found_start != eb->start) { in validate_extent_buffer()514 eb->start, found_start); in validate_extent_buffer()