Searched refs:found_end (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/fs/btrfs/ |
D | free-space-tree.c | 514 u64 found_start, found_end; in free_space_test_bit() local 522 found_end = key.objectid + key.offset; in free_space_test_bit() 523 ASSERT(offset >= found_start && offset < found_end); in free_space_test_bit() 539 u64 found_start, found_end; in free_space_set_bits() local 547 found_end = key.objectid + key.offset; in free_space_set_bits() 548 ASSERT(*start >= found_start && *start < found_end); in free_space_set_bits() 551 if (end > found_end) in free_space_set_bits() 552 end = found_end; in free_space_set_bits() 718 u64 found_start, found_end; in remove_free_space_extent() local 736 found_end = key.objectid + key.offset; in remove_free_space_extent() [all …]
|
D | dev-replace.c | 808 u64 found_end; in btrfs_set_target_alloc_state() local 814 &found_start, &found_end, in btrfs_set_target_alloc_state() 817 found_end, CHUNK_ALLOCATED); in btrfs_set_target_alloc_state() 820 start = found_end + 1; in btrfs_set_target_alloc_state()
|
D | tree-log.c | 2204 u64 found_end; in find_dir_range() local 2233 found_end = btrfs_dir_log_end(path->nodes[0], item); in find_dir_range() 2235 if (*start_ret >= key.offset && *start_ret <= found_end) { in find_dir_range() 2238 *end_ret = found_end; in find_dir_range() 2260 found_end = btrfs_dir_log_end(path->nodes[0], item); in find_dir_range() 2262 *end_ret = found_end; in find_dir_range()
|
D | disk-io.c | 4560 u64 found_end; in warn_about_uncommitted_trans() local 4564 &found_start, &found_end, EXTENT_DIRTY, &cached)) { in warn_about_uncommitted_trans() 4565 dirty_bytes += found_end + 1 - found_start; in warn_about_uncommitted_trans() 4566 cur = found_end + 1; in warn_about_uncommitted_trans()
|