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 Dextent_io.c1460 u64 *found_start, u32 *found_len) in find_next_delalloc_bitmap() argument
1476 *found_start = folio_start + (first_set << fs_info->sectorsize_bits); in find_next_delalloc_bitmap()
1675 u64 found_start; in writepage_delalloc() local
1685 found_start = page_start; in writepage_delalloc()
1686 found_len = last_delalloc_end + 1 - found_start; in writepage_delalloc()
1690 delalloc_start, &found_start, &found_len); in writepage_delalloc()
1699 if (found_start + found_len >= page_end) in writepage_delalloc()
1700 found_len = last_delalloc_end + 1 - found_start; in writepage_delalloc()
1708 last_finished_delalloc_end = found_start; in writepage_delalloc()
1711 found_start, in writepage_delalloc()
[all …]
H A Ddisk-io.c262 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 (unlikely(found_start != eb->start)) { in btrfs_validate_extent_buffer()
376 eb->read_mirror, eb->start, found_start); in btrfs_validate_extent_buffer()
4301 u64 found_start; in warn_about_uncommitted_trans() local
4306 &found_start, &found_end, in warn_about_uncommitted_trans()
4308 dirty_bytes += found_end + 1 - found_start; in warn_about_uncommitted_trans()
H A Dfile.c3641 u64 found_start; in find_desired_extent() local
3654 &found_start); in find_desired_extent()
3656 start = found_start; in find_desired_extent()
3682 u64 found_start; in find_desired_extent() local
3695 &found_start); in find_desired_extent()
3697 start = found_start; in find_desired_extent()
/linux/include/trace/events/
H A Dbtrfs.h3388 u64 found_start, u64 found_end),
3390 TP_ARGS(fs_info, start, end, found_start, found_end),
3395 __field( u64, found_start )
3402 __entry->found_start = found_start;
3407 __entry->start, __entry->end, __entry->found_start,