Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dfree-space-tree.c515 u64 found_start, found_end; in btrfs_free_space_test_bit() local
522 found_start = key.objectid; in btrfs_free_space_test_bit()
524 ASSERT(offset >= found_start && offset < found_end); in btrfs_free_space_test_bit()
527 i = div_u64(offset - found_start, in btrfs_free_space_test_bit()
541 u64 found_start, found_end; in free_space_modify_bits() local
548 found_start = key.objectid; in free_space_modify_bits()
550 ASSERT(*start >= found_start && *start < found_end); in free_space_modify_bits()
551 ASSERT(end > found_start); in free_space_modify_bits()
557 first = (*start - found_start) >> fs_info->sectorsize_bits; in free_space_modify_bits()
558 last = (end - found_start) >> fs_info->sectorsize_bits; in free_space_modify_bits()
[all …]
H A Dextent_io.c1384 u64 *found_start, u32 *found_len) in find_next_delalloc_bitmap() argument
1400 *found_start = folio_start + (first_set << fs_info->sectorsize_bits); in find_next_delalloc_bitmap()
1491 u64 found_start; in writepage_delalloc() local
1501 found_start = page_start; in writepage_delalloc()
1502 found_len = last_delalloc_end + 1 - found_start; in writepage_delalloc()
1506 delalloc_start, &found_start, &found_len); in writepage_delalloc()
1515 if (found_start + found_len >= page_end) in writepage_delalloc()
1516 found_len = last_delalloc_end + 1 - found_start; in writepage_delalloc()
1524 last_finished_delalloc_end = found_start; in writepage_delalloc()
1527 found_start, in writepage_delalloc()
[all …]
H A Ddisk-io.c259 u64 found_start = btrfs_header_bytenr(eb); in btree_csum_one_bio() local
280 if (WARN_ON_ONCE(found_start != eb->start)) in btree_csum_one_bio()
358 u64 found_start; in btrfs_validate_extent_buffer() local
368 found_start = btrfs_header_bytenr(eb); in btrfs_validate_extent_buffer()
369 if (unlikely(found_start != eb->start)) { in btrfs_validate_extent_buffer()
372 eb->read_mirror, eb->start, found_start); in btrfs_validate_extent_buffer()
4215 u64 found_start; in warn_about_uncommitted_trans() local
4220 &found_start, &found_end, in warn_about_uncommitted_trans()
4222 dirty_bytes += found_end + 1 - found_start; in warn_about_uncommitted_trans()
H A Dfile.c3674 u64 found_start; in find_desired_extent() local
3687 &found_start); in find_desired_extent()
3689 start = found_start; in find_desired_extent()
3715 u64 found_start; in find_desired_extent() local
3728 &found_start); in find_desired_extent()
3730 start = found_start; in find_desired_extent()
/linux/include/trace/events/
H A Dbtrfs.h2481 u64 found_start, u64 found_end),
2483 TP_ARGS(fs_info, start, end, found_start, found_end),
2488 __field( u64, found_start )
2495 __entry->found_start = found_start;
2500 __entry->start, __entry->end, __entry->found_start,