Searched refs:right_level (Results 1 – 1 of 1) sorted by relevance
6833 int right_level; in btrfs_compare_trees() local6913 right_level = btrfs_header_level(right_root->commit_root); in btrfs_compare_trees()6914 right_root_level = right_level; in btrfs_compare_trees()6915 right_path->nodes[right_level] = in btrfs_compare_trees()6917 if (!right_path->nodes[right_level]) { in btrfs_compare_trees()6938 if (right_level == 0) in btrfs_compare_trees()6939 btrfs_item_key_to_cpu(right_path->nodes[right_level], in btrfs_compare_trees()6940 &right_key, right_path->slots[right_level]); in btrfs_compare_trees()6942 btrfs_node_key_to_cpu(right_path->nodes[right_level], in btrfs_compare_trees()6943 &right_key, right_path->slots[right_level]); in btrfs_compare_trees()[all …]