Searched refs:right_level (Results 1 – 1 of 1) sorted by relevance
6803 int right_level; in btrfs_compare_trees() local6882 right_level = btrfs_header_level(right_root->commit_root); in btrfs_compare_trees()6883 right_root_level = right_level; in btrfs_compare_trees()6884 right_path->nodes[right_level] = in btrfs_compare_trees()6886 if (!right_path->nodes[right_level]) { in btrfs_compare_trees()6899 if (right_level == 0) in btrfs_compare_trees()6900 btrfs_item_key_to_cpu(right_path->nodes[right_level], in btrfs_compare_trees()6901 &right_key, right_path->slots[right_level]); in btrfs_compare_trees()6903 btrfs_node_key_to_cpu(right_path->nodes[right_level], in btrfs_compare_trees()6904 &right_key, right_path->slots[right_level]); in btrfs_compare_trees()[all …]