Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Dfree-space-tree.c514 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 …]
Ddev-replace.c804 u64 found_end; in btrfs_set_target_alloc_state() local
810 &found_start, &found_end, in btrfs_set_target_alloc_state()
813 found_end, CHUNK_ALLOCATED); in btrfs_set_target_alloc_state()
816 start = found_end + 1; in btrfs_set_target_alloc_state()
Dtree-log.c2064 u64 found_end; in find_dir_range() local
2093 found_end = btrfs_dir_log_end(path->nodes[0], item); in find_dir_range()
2095 if (*start_ret >= key.offset && *start_ret <= found_end) { in find_dir_range()
2098 *end_ret = found_end; in find_dir_range()
2120 found_end = btrfs_dir_log_end(path->nodes[0], item); in find_dir_range()
2122 *end_ret = found_end; in find_dir_range()
Ddisk-io.c4530 u64 found_end; in warn_about_uncommitted_trans() local
4534 &found_start, &found_end, EXTENT_DIRTY, &cached)) { in warn_about_uncommitted_trans()
4535 dirty_bytes += found_end + 1 - found_start; in warn_about_uncommitted_trans()
4536 cur = found_end + 1; in warn_about_uncommitted_trans()