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.c517 u64 found_start, found_end; in btrfs_free_space_test_bit() local
524 found_start = key.objectid; in btrfs_free_space_test_bit()
526 ASSERT(offset >= found_start && offset < found_end); in btrfs_free_space_test_bit()
529 i = div_u64(offset - found_start, in btrfs_free_space_test_bit()
543 u64 found_start, found_end; in free_space_modify_bits() local
550 found_start = key.objectid; in free_space_modify_bits()
552 ASSERT(*start >= found_start && *start < found_end); in free_space_modify_bits()
553 ASSERT(end > found_start); in free_space_modify_bits()
559 first = (*start - found_start) >> fs_info->sectorsize_bits; in free_space_modify_bits()
560 last = (end - found_start) >> fs_info->sectorsize_bits; in free_space_modify_bits()
[all …]
H A Dextent_io.c1362 u64 *found_start, u32 *found_len) in find_next_delalloc_bitmap() argument
1378 *found_start = folio_start + (first_set << fs_info->sectorsize_bits); in find_next_delalloc_bitmap()
1466 u64 found_start; in writepage_delalloc() local
1476 found_start = page_start; in writepage_delalloc()
1477 found_len = last_delalloc_end + 1 - found_start; in writepage_delalloc()
1481 delalloc_start, &found_start, &found_len); in writepage_delalloc()
1490 if (found_start + found_len >= page_end) in writepage_delalloc()
1491 found_len = last_delalloc_end + 1 - found_start; in writepage_delalloc()
1499 last_finished_delalloc_end = found_start; in writepage_delalloc()
1502 found_start, in writepage_delalloc()
[all …]
H A Ddisk-io.c271 u64 found_start = btrfs_header_bytenr(eb); in btree_csum_one_bio() local
292 if (WARN_ON_ONCE(found_start != eb->start)) in btree_csum_one_bio()
370 u64 found_start; in btrfs_validate_extent_buffer() local
380 found_start = btrfs_header_bytenr(eb); in btrfs_validate_extent_buffer()
381 if (unlikely(found_start != eb->start)) { in btrfs_validate_extent_buffer()
384 eb->read_mirror, eb->start, found_start); in btrfs_validate_extent_buffer()
4170 u64 found_start; in warn_about_uncommitted_trans() local
4175 &found_start, &found_end, in warn_about_uncommitted_trans()
4177 dirty_bytes += found_end + 1 - found_start; in warn_about_uncommitted_trans()
H A Dfile.c3675 u64 found_start; in find_desired_extent() local
3688 &found_start); in find_desired_extent()
3690 start = found_start; in find_desired_extent()
3716 u64 found_start; in find_desired_extent() local
3729 &found_start); in find_desired_extent()
3731 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,