Home
last modified time | relevance | path

Searched refs:found_start (Results 1 – 7 of 7) sorted by relevance

/linux/fs/btrfs/
H A Draid-stripe-tree.c73 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()
170 if (found_start < start && found_end > end) { in btrfs_delete_raid_extent()
172 u64 diff_start = start - found_start; in btrfs_delete_raid_extent()
[all …]
H A Dfree-space-tree.c514 u64 found_start, found_end; in free_space_test_bit() local
521 found_start = key.objectid; in free_space_test_bit()
523 ASSERT(offset >= found_start && offset < found_end); in free_space_test_bit()
526 i = div_u64(offset - found_start, 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()
549 ASSERT(*start >= found_start && *start < found_end); in free_space_set_bits()
550 ASSERT(end > found_start); in free_space_set_bits()
556 first = (*start - found_start) >> fs_info->sectorsize_bits; in free_space_set_bits()
557 last = (end - found_start) >> fs_info->sectorsize_bits; in free_space_set_bits()
[all …]
H A Dextent_io.c1117 u64 *found_start, u32 *found_len) in find_next_delalloc_bitmap() argument
1133 *found_start = folio_start + (first_set << fs_info->sectorsize_bits); in find_next_delalloc_bitmap()
1220 u64 found_start; in writepage_delalloc() local
1230 found_start = page_start; in writepage_delalloc()
1231 found_len = last_delalloc_end + 1 - found_start; in writepage_delalloc()
1235 delalloc_start, &found_start, &found_len); in writepage_delalloc()
1244 if (found_start + found_len >= page_end) in writepage_delalloc()
1245 found_len = last_delalloc_end + 1 - found_start; in writepage_delalloc()
1253 last_finished_delalloc_end = found_start; in writepage_delalloc()
1256 found_start, in writepage_delalloc()
[all …]
H A Ddev-replace.c800 u64 found_start; in btrfs_set_target_alloc_state() local
807 &found_start, &found_end, in btrfs_set_target_alloc_state()
809 ret = set_extent_bit(&tgtdev->alloc_state, found_start, in btrfs_set_target_alloc_state()
H A Ddisk-io.c264 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()
4247 u64 found_start; in warn_about_uncommitted_trans() local
4252 &found_start, &found_end, EXTENT_DIRTY, &cached)) { in warn_about_uncommitted_trans()
4253 dirty_bytes += found_end + 1 - found_start; in warn_about_uncommitted_trans()
H A Dfile.c3501 u64 found_start; in find_desired_extent() local
3514 &found_start); in find_desired_extent()
3516 start = found_start; in find_desired_extent()
3542 u64 found_start; in find_desired_extent() local
3555 &found_start); in find_desired_extent()
3557 start = found_start; in find_desired_extent()
/linux/include/trace/events/
H A Dbtrfs.h2491 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,