Lines Matching refs:root_level
7524 int *level, int root_level) in tree_move_next_or_upnext() argument
7533 if (*level == root_level) { in tree_move_next_or_upnext()
7556 int *level, int root_level, in tree_advance() argument
7564 ret = tree_move_next_or_upnext(path, level, root_level); in tree_advance()
7637 int root_level; in restart_after_relocation() local
7684 root_level = btrfs_header_level(sctx->send_root->commit_root); in restart_after_relocation()
7685 if (root_level > 0) { in restart_after_relocation()
7686 ret = replace_node_with_clone(left_path, root_level); in restart_after_relocation()
7691 root_level = btrfs_header_level(sctx->parent_root->commit_root); in restart_after_relocation()
7692 if (root_level > 0) { in restart_after_relocation()
7693 ret = replace_node_with_clone(right_path, root_level); in restart_after_relocation()