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

/linux-master/fs/btrfs/
H A Draid-stripe-tree.c24 u64 found_end; local
55 found_end = found_start + key.offset;
58 if (found_end <= start)
62 found_start, found_end);
64 ASSERT(found_start >= start && found_end <= end);
166 u64 found_end; local
198 found_end = found_logical + found_length;
220 if (end > found_end)
221 *length -= end - found_end;
H A Dfree-space-tree.c519 u64 found_start, found_end; local
527 found_end = key.objectid + key.offset;
528 ASSERT(offset >= found_start && offset < found_end);
545 u64 found_start, found_end; local
553 found_end = key.objectid + key.offset;
554 ASSERT(*start >= found_start && *start < found_end);
557 if (end > found_end)
558 end = found_end;
724 u64 found_start, found_end; local
742 found_end
876 u64 found_start, found_end; local
[all...]
H A Ddev-replace.c803 u64 found_end; local
809 &found_start, &found_end,
812 found_end, CHUNK_ALLOCATED, NULL);
815 start = found_end + 1;
H A Dtree-log.c2024 u64 found_end; local
2053 found_end = btrfs_dir_log_end(path->nodes[0], item);
2055 if (*start_ret >= key.offset && *start_ret <= found_end) {
2058 *end_ret = found_end;
2080 found_end = btrfs_dir_log_end(path->nodes[0], item);
2082 *end_ret = found_end;
H A Ddisk-io.c4198 u64 found_end; local
4202 &found_start, &found_end, EXTENT_DIRTY, &cached)) {
4203 dirty_bytes += found_end + 1 - found_start;
4204 cur = found_end + 1;
/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),
2514 __field( u64, found_end )
2521 __entry->found_end = found_end;
2524 TP_printk_btrfs("start=%llu end=%llu found_start=%llu found_end=%llu",
2526 __entry->found_end)

Completed in 832 milliseconds