Searched refs:found_start (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/fs/btrfs/ |
D | free-space-tree.c | 514 u64 found_start, found_end; in free_space_test_bit() local 521 found_start = key.objectid; in free_space_test_bit() 523 ASSERT(offset >= found_start && offset < found_end); in free_space_test_bit() 526 i = div_u64(offset - found_start, in free_space_test_bit() 539 u64 found_start, found_end; in free_space_set_bits() local 546 found_start = key.objectid; in free_space_set_bits() 548 ASSERT(*start >= found_start && *start < found_end); in free_space_set_bits() 549 ASSERT(end > found_start); in free_space_set_bits() 555 first = (*start - found_start) >> fs_info->sectorsize_bits; in free_space_set_bits() 556 last = (end - found_start) >> fs_info->sectorsize_bits; in free_space_set_bits() [all …]
|
D | disk-io.c | 399 u64 found_start; in csum_dirty_buffer() local 409 found_start = btrfs_header_bytenr(eb); in csum_dirty_buffer() 412 WARN_ON(found_start != 0); in csum_dirty_buffer() 420 if (WARN_ON(found_start != start)) in csum_dirty_buffer() 461 u64 found_start; in validate_extent_buffer() local 468 found_start = btrfs_header_bytenr(eb); in validate_extent_buffer() 469 if (found_start != eb->start) { in validate_extent_buffer() 472 eb->read_mirror, eb->start, found_start); in validate_extent_buffer() 4520 u64 found_start; in warn_about_uncommitted_trans() local 4525 &found_start, &found_end, EXTENT_DIRTY, &cached)) { in warn_about_uncommitted_trans() [all …]
|
D | dev-replace.c | 803 u64 found_start; in btrfs_set_target_alloc_state() local 810 &found_start, &found_end, in btrfs_set_target_alloc_state() 812 ret = set_extent_bits(&tgtdev->alloc_state, found_start, in btrfs_set_target_alloc_state()
|
D | file.c | 3864 u64 found_start; in find_desired_extent() local 3876 &found_start); in find_desired_extent() 3878 start = found_start; in find_desired_extent() 3898 u64 found_start; in find_desired_extent() local 3910 &found_start); in find_desired_extent() 3912 start = found_start; in find_desired_extent()
|