Searched refs:found_start (Results 1 – 7 of 7) sorted by relevance
/linux/fs/btrfs/ |
H A D | free-space-tree.c | 519 u64 found_start, found_end; in free_space_test_bit() local 526 found_start = key.objectid; in free_space_test_bit() 528 ASSERT(offset >= found_start && offset < found_end); in free_space_test_bit() 531 i = div_u64(offset - found_start, in free_space_test_bit() 545 u64 found_start, found_end; in free_space_set_bits() local 552 found_start = key.objectid; in free_space_set_bits() 554 ASSERT(*start >= found_start && *start < found_end); in free_space_set_bits() 555 ASSERT(end > found_start); in free_space_set_bits() 561 first = (*start - found_start) >> fs_info->sectorsize_bits; in free_space_set_bits() 562 last = (end - found_start) >> fs_info->sectorsize_bits; in free_space_set_bits() [all …]
|
H A D | raid-stripe-tree.c | 56 u64 found_start; in btrfs_delete_raid_extent() local 84 found_start = key.objectid; in btrfs_delete_raid_extent() 85 found_end = found_start + key.offset; in btrfs_delete_raid_extent() 96 found_start, found_end); in btrfs_delete_raid_extent() 107 if (found_start < start) { in btrfs_delete_raid_extent() 108 u64 diff = start - found_start; in btrfs_delete_raid_extent()
|
H A D | extent_io.c | 1122 u64 *found_start, u32 *found_len) in find_next_delalloc_bitmap() argument 1138 *found_start = folio_start + (first_set << fs_info->sectorsize_bits); in find_next_delalloc_bitmap() 1210 u64 found_start; in writepage_delalloc() local 1220 found_start = page_start; in writepage_delalloc() 1221 found_len = last_delalloc_end + 1 - found_start; in writepage_delalloc() 1225 delalloc_start, &found_start, &found_len); in writepage_delalloc() 1234 if (found_start + found_len >= page_end) in writepage_delalloc() 1235 found_len = last_delalloc_end + 1 - found_start; in writepage_delalloc() 1240 found_start, in writepage_delalloc() 1241 found_start + found_len - 1, in writepage_delalloc() [all …]
|
H A D | dev-replace.c | 803 u64 found_start; in btrfs_set_target_alloc_state() local 810 &found_start, &found_end, in btrfs_set_target_alloc_state() 812 ret = set_extent_bit(&tgtdev->alloc_state, found_start, in btrfs_set_target_alloc_state()
|
H A D | disk-io.c | 264 u64 found_start = btrfs_header_bytenr(eb); in btree_csum_one_bio() local 285 if (WARN_ON_ONCE(found_start != eb->start)) in btree_csum_one_bio() 364 u64 found_start; in btrfs_validate_extent_buffer() local 374 found_start = btrfs_header_bytenr(eb); in btrfs_validate_extent_buffer() 375 if (found_start != eb->start) { in btrfs_validate_extent_buffer() 378 eb->read_mirror, eb->start, found_start); in btrfs_validate_extent_buffer() 4174 u64 found_start; in warn_about_uncommitted_trans() local 4179 &found_start, &found_end, EXTENT_DIRTY, &cached)) { in warn_about_uncommitted_trans() 4180 dirty_bytes += found_end + 1 - found_start; in warn_about_uncommitted_trans()
|
H A D | file.c | 3520 u64 found_start; in find_desired_extent() local 3533 &found_start); in find_desired_extent() 3535 start = found_start; in find_desired_extent() 3561 u64 found_start; in find_desired_extent() local 3574 &found_start); in find_desired_extent() 3576 start = found_start; in find_desired_extent()
|
/linux/include/trace/events/ |
H A D | btrfs.h | 2490 u64 found_start, u64 found_end), 2492 TP_ARGS(fs_info, start, end, found_start, found_end), 2497 __field( u64, found_start ) 2504 __entry->found_start = found_start; 2509 __entry->start, __entry->end, __entry->found_start,
|