Searched refs:found_start (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/fs/btrfs/ |
D | free-space-tree.c | 519 u64 found_start, found_end; in free_space_test_bit() local 526 found_start = key.objectid; in free_space_test_bit() 528 ASSERT(offset >= found_start && offset < found_end); in free_space_test_bit() 531 i = div_u64(offset - found_start, in free_space_test_bit() 545 u64 found_start, found_end; in free_space_set_bits() local 552 found_start = key.objectid; in free_space_set_bits() 554 ASSERT(*start >= found_start && *start < found_end); in free_space_set_bits() 555 ASSERT(end > found_start); in free_space_set_bits() 561 first = (*start - found_start) >> fs_info->sectorsize_bits; in free_space_set_bits() 562 last = (end - found_start) >> fs_info->sectorsize_bits; in free_space_set_bits() [all …]
|
D | dev-replace.c | 805 u64 found_start; in btrfs_set_target_alloc_state() local 812 &found_start, &found_end, in btrfs_set_target_alloc_state() 814 ret = set_extent_bit(&tgtdev->alloc_state, found_start, in btrfs_set_target_alloc_state()
|
D | disk-io.c | 247 u64 found_start = btrfs_header_bytenr(eb); in btree_csum_one_bio() local 258 WARN_ON_ONCE(found_start != 0); in btree_csum_one_bio() 262 if (WARN_ON_ONCE(found_start != eb->start)) in btree_csum_one_bio() 340 u64 found_start; in btrfs_validate_extent_buffer() local 349 found_start = btrfs_header_bytenr(eb); in btrfs_validate_extent_buffer() 350 if (found_start != eb->start) { in btrfs_validate_extent_buffer() 353 eb->read_mirror, eb->start, found_start); in btrfs_validate_extent_buffer() 4233 u64 found_start; in warn_about_uncommitted_trans() local 4238 &found_start, &found_end, EXTENT_DIRTY, &cached)) { in warn_about_uncommitted_trans() 4239 dirty_bytes += found_end + 1 - found_start; in warn_about_uncommitted_trans()
|
D | file.c | 3569 u64 found_start; in find_desired_extent() local 3582 &found_start); in find_desired_extent() 3584 start = found_start; in find_desired_extent() 3610 u64 found_start; in find_desired_extent() local 3623 &found_start); in find_desired_extent() 3625 start = found_start; in find_desired_extent()
|