Home
last modified time | relevance | path

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

/Linux-v5.15/fs/btrfs/
Dfree-space-tree.c500 u64 found_start, found_end; in free_space_test_bit() local
508 found_end = key.objectid + key.offset; in free_space_test_bit()
509 ASSERT(offset >= found_start && offset < found_end); in free_space_test_bit()
525 u64 found_start, found_end; in free_space_set_bits() local
533 found_end = key.objectid + key.offset; in free_space_set_bits()
534 ASSERT(*start >= found_start && *start < found_end); in free_space_set_bits()
537 if (end > found_end) in free_space_set_bits()
538 end = found_end; in free_space_set_bits()
704 u64 found_start, found_end; in remove_free_space_extent() local
722 found_end = key.objectid + key.offset; in remove_free_space_extent()
[all …]
Ddev-replace.c829 u64 found_end; in btrfs_set_target_alloc_state() local
835 &found_start, &found_end, in btrfs_set_target_alloc_state()
838 found_end, CHUNK_ALLOCATED); in btrfs_set_target_alloc_state()
841 start = found_end + 1; in btrfs_set_target_alloc_state()
Dtree-log.c2183 u64 found_end; in find_dir_range() local
2212 found_end = btrfs_dir_log_end(path->nodes[0], item); in find_dir_range()
2214 if (*start_ret >= key.offset && *start_ret <= found_end) { in find_dir_range()
2217 *end_ret = found_end; in find_dir_range()
2239 found_end = btrfs_dir_log_end(path->nodes[0], item); in find_dir_range()
2241 *end_ret = found_end; in find_dir_range()