Searched refs:found_start (Results 1 – 2 of 2) sorted by relevance
499 u64 found_start, found_end; in free_space_test_bit() local506 found_start = key.objectid; in free_space_test_bit()508 ASSERT(offset >= found_start && offset < found_end); in free_space_test_bit()511 i = div_u64(offset - found_start, in free_space_test_bit()524 u64 found_start, found_end; in free_space_set_bits() local531 found_start = key.objectid; in free_space_set_bits()533 ASSERT(*start >= found_start && *start < found_end); in free_space_set_bits()534 ASSERT(end > found_start); in free_space_set_bits()540 first = div_u64(*start - found_start, fs_info->sectorsize); in free_space_set_bits()541 last = div_u64(end - found_start, fs_info->sectorsize); in free_space_set_bits()[all …]
516 u64 found_start; in csum_dirty_buffer() local526 found_start = btrfs_header_bytenr(eb); in csum_dirty_buffer()531 if (WARN_ON(found_start != start)) in csum_dirty_buffer()593 u64 found_start; in btree_readpage_end_io_hook() local623 found_start = btrfs_header_bytenr(eb); in btree_readpage_end_io_hook()624 if (found_start != eb->start) { in btree_readpage_end_io_hook()626 eb->start, found_start); in btree_readpage_end_io_hook()