Home
last modified time | relevance | path

Searched refs:found_end (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
508 found_end = key.objectid + key.offset; 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()
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
763 if (end < found_end) { in remove_free_space_extent()
766 key.offset = found_end - end; in remove_free_space_extent()
856 u64 found_start, found_end; in add_free_space_extent() local
[all …]
A Ddev-replace.c826 u64 found_end; in btrfs_set_target_alloc_state() local
832 &found_start, &found_end, in btrfs_set_target_alloc_state()
835 found_end, CHUNK_ALLOCATED); in btrfs_set_target_alloc_state()
838 start = found_end + 1; in btrfs_set_target_alloc_state()
A Dtree-log.c2213 u64 found_end; in find_dir_range() local
2242 found_end = btrfs_dir_log_end(path->nodes[0], item); in find_dir_range()
2244 if (*start_ret >= key.offset && *start_ret <= found_end) { in find_dir_range()
2247 *end_ret = found_end; in find_dir_range()
2269 found_end = btrfs_dir_log_end(path->nodes[0], item); in find_dir_range()
2271 *end_ret = found_end; in find_dir_range()

Completed in 18 milliseconds