Home
last modified time | relevance | path

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

/linux/fs/btrfs/ !
H A Draid-stripe-tree.c70 u64 found_end; in btrfs_delete_raid_extent() local
111 found_end = found_start + key.offset; in btrfs_delete_raid_extent()
141 found_end = found_start + key.offset; in btrfs_delete_raid_extent()
149 if (found_end <= start) in btrfs_delete_raid_extent()
153 found_start, found_end); in btrfs_delete_raid_extent()
166 if (found_start < start && found_end > end) { in btrfs_delete_raid_extent()
169 u64 diff_end = found_end - end; in btrfs_delete_raid_extent()
236 if (found_end > end) { in btrfs_delete_raid_extent()
237 u64 diff_end = found_end - end; in btrfs_delete_raid_extent()
378 u64 found_end; in btrfs_get_raid_extent_offset() local
[all …]
H A Dfree-space-tree.c515 u64 found_start, found_end; in btrfs_free_space_test_bit() local
523 found_end = key.objectid + key.offset; in btrfs_free_space_test_bit()
524 ASSERT(offset >= found_start && offset < found_end); in btrfs_free_space_test_bit()
541 u64 found_start, found_end; in free_space_modify_bits() local
549 found_end = key.objectid + key.offset; in free_space_modify_bits()
550 ASSERT(*start >= found_start && *start < found_end); in free_space_modify_bits()
553 if (end > found_end) in free_space_modify_bits()
554 end = found_end; in free_space_modify_bits()
713 u64 found_start, found_end; in remove_free_space_extent() local
731 found_end = key.objectid + key.offset; in remove_free_space_extent()
[all …]
H 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, NULL); in btrfs_set_target_alloc_state()
802 start = found_end + 1; in btrfs_set_target_alloc_state()
H A Ddisk-io.c4216 u64 found_end; in warn_about_uncommitted_trans() local
4220 &found_start, &found_end, in warn_about_uncommitted_trans()
4222 dirty_bytes += found_end + 1 - found_start; in warn_about_uncommitted_trans()
4223 cur = found_end + 1; in warn_about_uncommitted_trans()
H A Dtree-log.c2353 u64 found_end; in find_dir_range() local
2382 found_end = btrfs_dir_log_end(path->nodes[0], item); in find_dir_range()
2384 if (*start_ret >= key.offset && *start_ret <= found_end) { in find_dir_range()
2387 *end_ret = found_end; in find_dir_range()
2409 found_end = btrfs_dir_log_end(path->nodes[0], item); in find_dir_range()
2411 *end_ret = found_end; in find_dir_range()
/linux/include/trace/events/ !
H A Dbtrfs.h2484 u64 found_start, u64 found_end),
2486 TP_ARGS(fs_info, start, end, found_start, found_end),
2492 __field( u64, found_end )
2499 __entry->found_end = found_end;
2504 __entry->found_end)