Searched refs:right_root (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/fs/btrfs/ |
D | ctree.c | 5325 struct btrfs_root *right_root, in btrfs_compare_trees() argument 5412 right_level = btrfs_header_level(right_root->commit_root); in btrfs_compare_trees() 5414 right_path->nodes[right_level] = right_root->commit_root; in btrfs_compare_trees() 5445 ret = tree_advance(right_root, right_path, &right_level, in btrfs_compare_trees() 5459 ret = changed_cb(left_root, right_root, in btrfs_compare_trees() 5471 ret = changed_cb(left_root, right_root, in btrfs_compare_trees() 5486 ret = changed_cb(left_root, right_root, in btrfs_compare_trees() 5495 ret = changed_cb(left_root, right_root, in btrfs_compare_trees() 5513 ret = changed_cb(left_root, right_root, in btrfs_compare_trees()
|
D | ctree.h | 3545 struct btrfs_root *right_root, 3552 struct btrfs_root *right_root,
|
D | send.c | 5478 struct btrfs_root *right_root, in changed_cb() argument
|