Home
last modified time | relevance | path

Searched refs:found_start (Results 1 – 3 of 3) sorted by relevance

/fs/btrfs/
Dfree-space-tree.c500 u64 found_start, found_end; in free_space_test_bit() local
507 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() local
532 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 …]
Ddev-replace.c826 u64 found_start; in btrfs_set_target_alloc_state() local
833 &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()
Ddisk-io.c442 u64 found_start; in csum_dirty_buffer() local
452 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() local
511 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()