Home
last modified time | relevance | path

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

/Linux-v5.10/fs/btrfs/
Dfree-space-tree.c502 u64 found_start, found_end; in free_space_test_bit() local
509 found_start = key.objectid; in free_space_test_bit()
511 ASSERT(offset >= found_start && offset < found_end); in free_space_test_bit()
514 i = div_u64(offset - found_start, in free_space_test_bit()
527 u64 found_start, found_end; in free_space_set_bits() local
534 found_start = key.objectid; in free_space_set_bits()
536 ASSERT(*start >= found_start && *start < found_end); in free_space_set_bits()
537 ASSERT(end > found_start); in free_space_set_bits()
543 first = div_u64(*start - found_start, fs_info->sectorsize); in free_space_set_bits()
544 last = div_u64(end - found_start, fs_info->sectorsize); in free_space_set_bits()
[all …]
Ddev-replace.c629 u64 found_start; in btrfs_set_target_alloc_state() local
636 &found_start, &found_end, in btrfs_set_target_alloc_state()
638 ret = set_extent_bits(&tgtdev->alloc_state, found_start, in btrfs_set_target_alloc_state()
Ddisk-io.c453 u64 found_start; in csum_dirty_buffer() local
463 found_start = btrfs_header_bytenr(eb); in csum_dirty_buffer()
468 if (WARN_ON(found_start != start)) in csum_dirty_buffer()
530 u64 found_start; in btrfs_validate_metadata_buffer() local
561 found_start = btrfs_header_bytenr(eb); in btrfs_validate_metadata_buffer()
562 if (found_start != eb->start) { in btrfs_validate_metadata_buffer()
564 eb->start, found_start); in btrfs_validate_metadata_buffer()