Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/btrfs/
A Dfree-space-tree.c519 u64 found_start, found_end; in free_space_test_bit() local
527 found_end = key.objectid + key.offset; in free_space_test_bit()
544 u64 found_start, found_end; in free_space_set_bits() local
552 found_end = key.objectid + key.offset; in free_space_set_bits()
556 if (end > found_end) in free_space_set_bits()
557 end = found_end; in free_space_set_bits()
723 u64 found_start, found_end; in remove_free_space_extent() local
782 if (end < found_end) { in remove_free_space_extent()
785 key.offset = found_end - end; in remove_free_space_extent()
875 u64 found_start, found_end; in add_free_space_extent() local
[all …]
A Ddev-replace.c790 u64 found_end; in btrfs_set_target_alloc_state() local
796 &found_start, &found_end, in btrfs_set_target_alloc_state()
799 found_end, CHUNK_ALLOCATED); in btrfs_set_target_alloc_state()
802 start = found_end + 1; in btrfs_set_target_alloc_state()
A Dtree-log.c2028 u64 found_end; in find_dir_range() local
2057 found_end = btrfs_dir_log_end(path->nodes[0], item); in find_dir_range()
2059 if (*start_ret >= key.offset && *start_ret <= found_end) { in find_dir_range()
2062 *end_ret = found_end; in find_dir_range()
2084 found_end = btrfs_dir_log_end(path->nodes[0], item); in find_dir_range()
2086 *end_ret = found_end; in find_dir_range()
A Ddisk-io.c4446 u64 found_end; in warn_about_uncommitted_trans() local
4450 &found_start, &found_end, EXTENT_DIRTY, &cached)) { in warn_about_uncommitted_trans()
4451 dirty_bytes += found_end + 1 - found_start; in warn_about_uncommitted_trans()
4452 cur = found_end + 1; in warn_about_uncommitted_trans()

Completed in 27 milliseconds