Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Draid-stripe-tree.c72 u64 found_start; in btrfs_delete_raid_extent() local
125 found_start = key.objectid; in btrfs_delete_raid_extent()
126 found_end = found_start + key.offset; in btrfs_delete_raid_extent()
139 if (found_start > start) { in btrfs_delete_raid_extent()
155 found_start = key.objectid; in btrfs_delete_raid_extent()
156 found_end = found_start + key.offset; in btrfs_delete_raid_extent()
157 if (found_start > start || found_end <= start) { in btrfs_delete_raid_extent()
171 found_start, found_end); in btrfs_delete_raid_extent()
184 if (found_start < start && found_end > end) { in btrfs_delete_raid_extent()
186 u64 diff_start = start - found_start; in btrfs_delete_raid_extent()
[all …]
H A Dfree-space-tree.c523 u64 found_start, found_end; in btrfs_free_space_test_bit() local
530 found_start = key.objectid; in btrfs_free_space_test_bit()
532 ASSERT(offset >= found_start && offset < found_end); in btrfs_free_space_test_bit()
535 i = div_u64(offset - found_start, in btrfs_free_space_test_bit()
549 u64 found_start, found_end; in free_space_modify_bits() local
556 found_start = key.objectid; in free_space_modify_bits()
558 ASSERT(*start >= found_start && *start < found_end); in free_space_modify_bits()
559 ASSERT(end > found_start); in free_space_modify_bits()
565 first = (*start - found_start) >> fs_info->sectorsize_bits; in free_space_modify_bits()
566 last = (end - found_start) >> fs_info->sectorsize_bits; in free_space_modify_bits()
[all …]
H A Dextent_io.c1378 u64 *found_start, u32 *found_len) in find_next_delalloc_bitmap() argument
1394 *found_start = folio_start + (first_set << fs_info->sectorsize_bits); in find_next_delalloc_bitmap()
1485 u64 found_start; in writepage_delalloc() local
1495 found_start = page_start; in writepage_delalloc()
1496 found_len = last_delalloc_end + 1 - found_start; in writepage_delalloc()
1500 delalloc_start, &found_start, &found_len); in writepage_delalloc()
1509 if (found_start + found_len >= page_end) in writepage_delalloc()
1510 found_len = last_delalloc_end + 1 - found_start; in writepage_delalloc()
1518 last_finished_delalloc_end = found_start; in writepage_delalloc()
1521 found_start, in writepage_delalloc()
[all …]
H A Ddisk-io.c262 u64 found_start = btrfs_header_bytenr(eb); in btree_csum_one_bio() local
283 if (WARN_ON_ONCE(found_start != eb->start)) in btree_csum_one_bio()
361 u64 found_start; in btrfs_validate_extent_buffer() local
371 found_start = btrfs_header_bytenr(eb); in btrfs_validate_extent_buffer()
372 if (unlikely(found_start != eb->start)) { in btrfs_validate_extent_buffer()
375 eb->read_mirror, eb->start, found_start); in btrfs_validate_extent_buffer()
4192 u64 found_start; in warn_about_uncommitted_trans() local
4197 &found_start, &found_end, in warn_about_uncommitted_trans()
4199 dirty_bytes += found_end + 1 - found_start; in warn_about_uncommitted_trans()
/linux/include/trace/events/
H A Dbtrfs.h2508 u64 found_start, u64 found_end),
2510 TP_ARGS(fs_info, start, end, found_start, found_end),
2515 __field( u64, found_start )
2522 __entry->found_start = found_start;
2527 __entry->start, __entry->end, __entry->found_start,