Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dctree.c5344 int right_level; in btrfs_compare_trees() local
5418 right_level = btrfs_header_level(right_root->commit_root); in btrfs_compare_trees()
5419 right_root_level = right_level; in btrfs_compare_trees()
5420 right_path->nodes[right_level] = right_root->commit_root; in btrfs_compare_trees()
5421 extent_buffer_get(right_path->nodes[right_level]); in btrfs_compare_trees()
5430 if (right_level == 0) in btrfs_compare_trees()
5431 btrfs_item_key_to_cpu(right_path->nodes[right_level], in btrfs_compare_trees()
5432 &right_key, right_path->slots[right_level]); in btrfs_compare_trees()
5434 btrfs_node_key_to_cpu(right_path->nodes[right_level], in btrfs_compare_trees()
5435 &right_key, right_path->slots[right_level]); in btrfs_compare_trees()
[all …]