Searched refs:found_end (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/fs/btrfs/ |
| H A D | raid-stripe-tree.c | 74 u64 found_end; in btrfs_delete_raid_extent() local 115 found_end = found_start + key.offset; in btrfs_delete_raid_extent() 145 found_end = found_start + key.offset; in btrfs_delete_raid_extent() 153 if (found_end <= start) in btrfs_delete_raid_extent() 157 found_start, found_end); in btrfs_delete_raid_extent() 173 u64 diff_end = found_end - end; in btrfs_delete_raid_extent() 240 if (found_end > end) { in btrfs_delete_raid_extent() 241 u64 diff_end = found_end - end; in btrfs_delete_raid_extent() 383 u64 found_end; in btrfs_get_raid_extent_offset() local 437 if (end > found_end) in btrfs_get_raid_extent_offset() [all …]
|
| H A 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() 540 u64 found_start, found_end; in free_space_set_bits() local 548 found_end = key.objectid + key.offset; in free_space_set_bits() 552 if (end > found_end) in free_space_set_bits() 553 end = found_end; in free_space_set_bits() 719 u64 found_start, found_end; in remove_free_space_extent() local 778 if (end < found_end) { in remove_free_space_extent() 781 key.offset = found_end - end; in remove_free_space_extent() 871 u64 found_start, found_end; in add_free_space_extent() local [all …]
|
| H A D | dev-replace.c | 792 u64 found_end; in btrfs_set_target_alloc_state() local 798 &found_start, &found_end, in btrfs_set_target_alloc_state() 801 found_end, CHUNK_ALLOCATED, NULL); in btrfs_set_target_alloc_state() 804 start = found_end + 1; in btrfs_set_target_alloc_state()
|
| H A D | tree-log.c | 2029 u64 found_end; in find_dir_range() local 2058 found_end = btrfs_dir_log_end(path->nodes[0], item); in find_dir_range() 2060 if (*start_ret >= key.offset && *start_ret <= found_end) { in find_dir_range() 2063 *end_ret = found_end; in find_dir_range() 2085 found_end = btrfs_dir_log_end(path->nodes[0], item); in find_dir_range() 2087 *end_ret = found_end; in find_dir_range()
|
| H A D | disk-io.c | 4244 u64 found_end; in warn_about_uncommitted_trans() local 4248 &found_start, &found_end, EXTENT_DIRTY, &cached)) { in warn_about_uncommitted_trans() 4249 dirty_bytes += found_end + 1 - found_start; in warn_about_uncommitted_trans() 4250 cur = found_end + 1; in warn_about_uncommitted_trans()
|
| /linux-6.15/include/trace/events/ |
| H A D | btrfs.h | 2491 u64 found_start, u64 found_end), 2493 TP_ARGS(fs_info, start, end, found_start, found_end), 2499 __field( u64, found_end ) 2506 __entry->found_end = found_end; 2511 __entry->found_end)
|