Searched refs:found_start (Results 1 – 2 of 2) sorted by relevance
495 u64 found_start, found_end; in free_space_test_bit() local502 found_start = key.objectid; in free_space_test_bit()504 ASSERT(offset >= found_start && offset < found_end); in free_space_test_bit()507 i = div_u64(offset - found_start, in free_space_test_bit()520 u64 found_start, found_end; in free_space_set_bits() local527 found_start = key.objectid; in free_space_set_bits()529 ASSERT(*start >= found_start && *start < found_end); in free_space_set_bits()530 ASSERT(end > found_start); in free_space_set_bits()536 first = div_u64(*start - found_start, fs_info->sectorsize); in free_space_set_bits()537 last = div_u64(end - found_start, fs_info->sectorsize); in free_space_set_bits()[all …]
537 u64 found_start; in csum_dirty_buffer() local544 found_start = btrfs_header_bytenr(eb); in csum_dirty_buffer()549 if (WARN_ON(found_start != start)) in csum_dirty_buffer()582 u64 found_start; in btree_readpage_end_io_hook() local610 found_start = btrfs_header_bytenr(eb); in btree_readpage_end_io_hook()611 if (found_start != eb->start) { in btree_readpage_end_io_hook()613 eb->start, found_start); in btree_readpage_end_io_hook()