Searched refs:found_start (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/btrfs/
H A Draid-stripe-tree.c23 u64 found_start; local
54 found_start = key.objectid;
55 found_end = found_start + key.offset;
62 found_start, found_end);
64 ASSERT(found_start >= start && found_end <= end);
H A Dfree-space-tree.c519 u64 found_start, found_end; local
526 found_start = key.objectid;
528 ASSERT(offset >= found_start && offset < found_end);
531 i = div_u64(offset - found_start,
545 u64 found_start, found_end; local
552 found_start = key.objectid;
554 ASSERT(*start >= found_start && *start < found_end);
555 ASSERT(end > found_start);
561 first = (*start - found_start) >> fs_info->sectorsize_bits;
562 last = (end - found_start) >> fs_inf
724 u64 found_start, found_end; local
876 u64 found_start, found_end; local
[all...]
H A Ddev-replace.c802 u64 found_start; local
809 &found_start, &found_end,
811 ret = set_extent_bit(&tgtdev->alloc_state, found_start,
H A Ddisk-io.c264 u64 found_start = btrfs_header_bytenr(eb); local
285 if (WARN_ON_ONCE(found_start != eb->start))
364 u64 found_start; local
373 found_start = btrfs_header_bytenr(eb);
374 if (found_start != eb->start) {
377 eb->read_mirror, eb->start, found_start);
4197 u64 found_start; local
4202 &found_start, &found_end, EXTENT_DIRTY, &cached)) {
4203 dirty_bytes += found_end + 1 - found_start;
H A Dfile.c3584 u64 found_start; local
3597 &found_start);
3599 start = found_start;
3625 u64 found_start; local
3638 &found_start);
3640 start = found_start;
/linux-master/include/trace/events/
H A Dbtrfs.h2506 u64 found_start, u64 found_end),
2508 TP_ARGS(fs_info, start, end, found_start, found_end),
2513 __field( u64, found_start )
2520 __entry->found_start = found_start;
2524 TP_printk_btrfs("start=%llu end=%llu found_start=%llu found_end=%llu",
2525 __entry->start, __entry->end, __entry->found_start,

Completed in 340 milliseconds