Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/btrfs/
H A 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 …]
H A 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()
H A Dtree-log.c2170 u64 found_end; in find_dir_range() local
2199 found_end = btrfs_dir_log_end(path->nodes[0], item); in find_dir_range()
2201 if (*start_ret >= key.offset && *start_ret <= found_end) { in find_dir_range()
2204 *end_ret = found_end; in find_dir_range()
2226 found_end = btrfs_dir_log_end(path->nodes[0], item); in find_dir_range()
2228 *end_ret = found_end; in find_dir_range()