Home
last modified time | relevance | path

Searched refs:found_end (Results 1 – 3 of 3) sorted by relevance

/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),
2489 __field( u64, found_end )
2496 __entry->found_end = found_end;
2501 __entry->found_end)
/linux/fs/btrfs/
H A Ddisk-io.c4197 u64 found_end; in warn_about_uncommitted_trans() local
4201 &found_start, &found_end, in warn_about_uncommitted_trans()
4203 dirty_bytes += found_end + 1 - found_start; in warn_about_uncommitted_trans()
4204 cur = found_end + 1; in warn_about_uncommitted_trans()
H A Dtree-log.c2346 u64 found_end; in find_dir_range() local
2375 found_end = btrfs_dir_log_end(path->nodes[0], item); in find_dir_range()
2377 if (*start_ret >= key.offset && *start_ret <= found_end) { in find_dir_range()
2380 *end_ret = found_end; in find_dir_range()
2402 found_end = btrfs_dir_log_end(path->nodes[0], item); in find_dir_range()
2404 *end_ret = found_end; in find_dir_range()