Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dctree.c5331 struct btrfs_root *right_root, in btrfs_compare_trees() argument
5418 right_level = btrfs_header_level(right_root->commit_root); in btrfs_compare_trees()
5420 right_path->nodes[right_level] = right_root->commit_root; in btrfs_compare_trees()
5451 ret = tree_advance(right_root, right_path, &right_level, in btrfs_compare_trees()
5465 ret = changed_cb(left_root, right_root, in btrfs_compare_trees()
5477 ret = changed_cb(left_root, right_root, in btrfs_compare_trees()
5492 ret = changed_cb(left_root, right_root, in btrfs_compare_trees()
5501 ret = changed_cb(left_root, right_root, in btrfs_compare_trees()
5519 ret = changed_cb(left_root, right_root, in btrfs_compare_trees()
Dctree.h3603 struct btrfs_root *right_root,
3610 struct btrfs_root *right_root,
Dsend.c5727 struct btrfs_root *right_root, in changed_cb() argument