Home
last modified time | relevance | path

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

/linux/fs/btrfs/
A 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()
525 u64 found_start, found_end; in free_space_set_bits() local
532 found_start = key.objectid; in free_space_set_bits()
535 ASSERT(end > found_start); in free_space_set_bits()
704 u64 found_start, found_end; in remove_free_space_extent() local
721 found_start = key.objectid; in remove_free_space_extent()
750 if (start > found_start) { in remove_free_space_extent()
856 u64 found_start, found_end; in add_free_space_extent() local
902 found_start = key.objectid; in add_free_space_extent()
[all …]
A Ddev-replace.c825 u64 found_start; in btrfs_set_target_alloc_state() local
832 &found_start, &found_end, in btrfs_set_target_alloc_state()
834 ret = set_extent_bits(&tgtdev->alloc_state, found_start, in btrfs_set_target_alloc_state()
A Ddisk-io.c505 u64 found_start; in csum_dirty_buffer() local
515 found_start = btrfs_header_bytenr(eb); in csum_dirty_buffer()
518 WARN_ON(found_start != 0); in csum_dirty_buffer()
526 if (WARN_ON(found_start != start)) in csum_dirty_buffer()
567 u64 found_start; in validate_extent_buffer() local
574 found_start = btrfs_header_bytenr(eb); in validate_extent_buffer()
575 if (found_start != eb->start) { in validate_extent_buffer()
577 eb->start, found_start); in validate_extent_buffer()

Completed in 15 milliseconds