Lines Matching refs:root_level
7455 int *level, int root_level) in tree_move_next_or_upnext() argument
7464 if (*level == root_level) { in tree_move_next_or_upnext()
7487 int *level, int root_level, in tree_advance() argument
7495 ret = tree_move_next_or_upnext(path, level, root_level); in tree_advance()
7568 int root_level; in restart_after_relocation() local
7615 root_level = btrfs_header_level(sctx->send_root->commit_root); in restart_after_relocation()
7616 if (root_level > 0) { in restart_after_relocation()
7617 ret = replace_node_with_clone(left_path, root_level); in restart_after_relocation()
7622 root_level = btrfs_header_level(sctx->parent_root->commit_root); in restart_after_relocation()
7623 if (root_level > 0) { in restart_after_relocation()
7624 ret = replace_node_with_clone(right_path, root_level); in restart_after_relocation()