Searched refs:found_start (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/fs/btrfs/ |
| H A D | raid-stripe-tree.c | 73 u64 found_start; in btrfs_delete_raid_extent() local 114 found_start = key.objectid; in btrfs_delete_raid_extent() 115 found_end = found_start + key.offset; in btrfs_delete_raid_extent() 128 if (found_start > start) { in btrfs_delete_raid_extent() 144 found_start = key.objectid; in btrfs_delete_raid_extent() 145 found_end = found_start + key.offset; in btrfs_delete_raid_extent() 146 ASSERT(found_start <= start); in btrfs_delete_raid_extent() 157 found_start, found_end); in btrfs_delete_raid_extent() 172 u64 diff_start = start - found_start; in btrfs_delete_raid_extent() 216 if (found_start < start) { in btrfs_delete_raid_extent() [all …]
|
| H A D | free-space-tree.c | 514 u64 found_start, found_end; in free_space_test_bit() local 521 found_start = key.objectid; in free_space_test_bit() 540 u64 found_start, found_end; in free_space_set_bits() local 547 found_start = key.objectid; in free_space_set_bits() 550 ASSERT(end > found_start); in free_space_set_bits() 719 u64 found_start, found_end; in remove_free_space_extent() local 736 found_start = key.objectid; in remove_free_space_extent() 765 if (start > found_start) { in remove_free_space_extent() 871 u64 found_start, found_end; in add_free_space_extent() local 917 found_start = key.objectid; in add_free_space_extent() [all …]
|
| H A D | extent_io.c | 1287 u64 *found_start, u32 *found_len) in find_next_delalloc_bitmap() argument 1391 u64 found_start; in writepage_delalloc() local 1401 found_start = page_start; in writepage_delalloc() 1415 if (found_start + found_len >= page_end) in writepage_delalloc() 1424 last_finished_delalloc_end = found_start; in writepage_delalloc() 1427 found_start, in writepage_delalloc() 1428 found_start + found_len - 1, in writepage_delalloc() 1440 found_start, found_len, ret); in writepage_delalloc() 1449 found_start, in writepage_delalloc() 1450 found_start + found_len - 1); in writepage_delalloc() [all …]
|
| H A D | dev-replace.c | 791 u64 found_start; in btrfs_set_target_alloc_state() local 798 &found_start, &found_end, in btrfs_set_target_alloc_state() 800 ret = set_extent_bit(&tgtdev->alloc_state, found_start, in btrfs_set_target_alloc_state()
|
| H A D | disk-io.c | 263 u64 found_start = btrfs_header_bytenr(eb); in btree_csum_one_bio() local 284 if (WARN_ON_ONCE(found_start != eb->start)) in btree_csum_one_bio() 362 u64 found_start; in btrfs_validate_extent_buffer() local 372 found_start = btrfs_header_bytenr(eb); in btrfs_validate_extent_buffer() 373 if (found_start != eb->start) { in btrfs_validate_extent_buffer() 376 eb->read_mirror, eb->start, found_start); in btrfs_validate_extent_buffer() 4243 u64 found_start; 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()
|
| H A D | file.c | 3506 u64 found_start; in find_desired_extent() local 3519 &found_start); in find_desired_extent() 3521 start = found_start; in find_desired_extent() 3547 u64 found_start; in find_desired_extent() local 3560 &found_start); in find_desired_extent() 3562 start = found_start; in find_desired_extent()
|
| /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), 2498 __field( u64, found_start ) 2505 __entry->found_start = found_start; 2510 __entry->start, __entry->end, __entry->found_start,
|