Searched refs:right_level (Results 1 – 1 of 1) sorted by relevance
6653 int right_level; in btrfs_compare_trees() local6732 right_level = btrfs_header_level(right_root->commit_root); in btrfs_compare_trees()6733 right_root_level = right_level; in btrfs_compare_trees()6734 right_path->nodes[right_level] = in btrfs_compare_trees()6736 if (!right_path->nodes[right_level]) { in btrfs_compare_trees()6749 if (right_level == 0) in btrfs_compare_trees()6750 btrfs_item_key_to_cpu(right_path->nodes[right_level], in btrfs_compare_trees()6751 &right_key, right_path->slots[right_level]); in btrfs_compare_trees()6753 btrfs_node_key_to_cpu(right_path->nodes[right_level], in btrfs_compare_trees()6754 &right_key, right_path->slots[right_level]); in btrfs_compare_trees()[all …]