Home
last modified time | relevance | path

Searched refs:found_end (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/fs/btrfs/
Dfree-space-tree.c519 u64 found_start, found_end; in free_space_test_bit() local
527 found_end = key.objectid + key.offset; in free_space_test_bit()
528 ASSERT(offset >= found_start && offset < found_end); in free_space_test_bit()
545 u64 found_start, found_end; in free_space_set_bits() local
553 found_end = key.objectid + key.offset; in free_space_set_bits()
554 ASSERT(*start >= found_start && *start < found_end); in free_space_set_bits()
557 if (end > found_end) in free_space_set_bits()
558 end = found_end; in free_space_set_bits()
724 u64 found_start, found_end; in remove_free_space_extent() local
742 found_end = key.objectid + key.offset; in remove_free_space_extent()
[all …]
Ddev-replace.c806 u64 found_end; in btrfs_set_target_alloc_state() local
812 &found_start, &found_end, in btrfs_set_target_alloc_state()
815 found_end, CHUNK_ALLOCATED, NULL); in btrfs_set_target_alloc_state()
818 start = found_end + 1; in btrfs_set_target_alloc_state()
Dtree-log.c2028 u64 found_end; in find_dir_range() local
2057 found_end = btrfs_dir_log_end(path->nodes[0], item); in find_dir_range()
2059 if (*start_ret >= key.offset && *start_ret <= found_end) { in find_dir_range()
2062 *end_ret = found_end; in find_dir_range()
2084 found_end = btrfs_dir_log_end(path->nodes[0], item); in find_dir_range()
2086 *end_ret = found_end; in find_dir_range()
Ddisk-io.c4234 u64 found_end; 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()
4240 cur = found_end + 1; in warn_about_uncommitted_trans()