Lines Matching refs:root_level
7194 int *level, int root_level) in tree_move_next_or_upnext() argument
7203 if (*level == root_level) { in tree_move_next_or_upnext()
7226 int *level, int root_level, in tree_advance() argument
7234 ret = tree_move_next_or_upnext(path, level, root_level); in tree_advance()
7307 int root_level; in restart_after_relocation() local
7354 root_level = btrfs_header_level(sctx->send_root->commit_root); in restart_after_relocation()
7355 if (root_level > 0) { in restart_after_relocation()
7356 ret = replace_node_with_clone(left_path, root_level); in restart_after_relocation()
7361 root_level = btrfs_header_level(sctx->parent_root->commit_root); in restart_after_relocation()
7362 if (root_level > 0) { in restart_after_relocation()
7363 ret = replace_node_with_clone(right_path, root_level); in restart_after_relocation()