Home
last modified time | relevance | path

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

/Linux-v5.10/fs/btrfs/
Dfree-space-tree.c502 u64 found_start, found_end; in free_space_test_bit() local
510 found_end = key.objectid + key.offset; in free_space_test_bit()
511 ASSERT(offset >= found_start && offset < found_end); in free_space_test_bit()
527 u64 found_start, found_end; in free_space_set_bits() local
535 found_end = key.objectid + key.offset; in free_space_set_bits()
536 ASSERT(*start >= found_start && *start < found_end); in free_space_set_bits()
539 if (end > found_end) in free_space_set_bits()
540 end = found_end; in free_space_set_bits()
706 u64 found_start, found_end; in remove_free_space_extent() local
724 found_end = key.objectid + key.offset; in remove_free_space_extent()
[all …]
Ddev-replace.c630 u64 found_end; in btrfs_set_target_alloc_state() local
636 &found_start, &found_end, in btrfs_set_target_alloc_state()
639 found_end, CHUNK_ALLOCATED); in btrfs_set_target_alloc_state()
642 start = found_end + 1; in btrfs_set_target_alloc_state()
Dtree-log.c2125 u64 found_end; in find_dir_range() local
2154 found_end = btrfs_dir_log_end(path->nodes[0], item); in find_dir_range()
2156 if (*start_ret >= key.offset && *start_ret <= found_end) { in find_dir_range()
2159 *end_ret = found_end; in find_dir_range()
2181 found_end = btrfs_dir_log_end(path->nodes[0], item); in find_dir_range()
2183 *end_ret = found_end; in find_dir_range()