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()525 u64 found_start, found_end; in free_space_set_bits() local532 found_start = key.objectid; in free_space_set_bits()535 ASSERT(end > found_start); in free_space_set_bits()704 u64 found_start, found_end; in remove_free_space_extent() local721 found_start = key.objectid; in remove_free_space_extent()750 if (start > found_start) { in remove_free_space_extent()856 u64 found_start, found_end; in add_free_space_extent() local902 found_start = key.objectid; in add_free_space_extent()[all …]
825 u64 found_start; in btrfs_set_target_alloc_state() local832 &found_start, &found_end, in btrfs_set_target_alloc_state()834 ret = set_extent_bits(&tgtdev->alloc_state, found_start, in btrfs_set_target_alloc_state()
505 u64 found_start; in csum_dirty_buffer() local515 found_start = btrfs_header_bytenr(eb); in csum_dirty_buffer()518 WARN_ON(found_start != 0); in csum_dirty_buffer()526 if (WARN_ON(found_start != start)) in csum_dirty_buffer()567 u64 found_start; in validate_extent_buffer() local574 found_start = btrfs_header_bytenr(eb); in validate_extent_buffer()575 if (found_start != eb->start) { in validate_extent_buffer()577 eb->start, found_start); in validate_extent_buffer()
Completed in 15 milliseconds