Searched refs:found_start (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | free-space-tree.c | 502 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_inf in free_space_set_bits() 706 u64 found_start, found_end; remove_free_space_extent() local 858 u64 found_start, found_end; add_free_space_extent() local [all...] |
H A D | dev-replace.c | 629 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()
|
H A D | disk-io.c | 453 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()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A 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_inf in free_space_set_bits() 724 u64 found_start, found_end; remove_free_space_extent() local 876 u64 found_start, found_end; add_free_space_extent() local [all...] |
H A 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()
|
H A 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() [all...] |
H A 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()
|
Completed in 21 milliseconds