Lines Matching refs:root_level
7445 int *level, int root_level) in tree_move_next_or_upnext() argument
7454 if (*level == root_level) { in tree_move_next_or_upnext()
7477 int *level, int root_level, in tree_advance() argument
7485 ret = tree_move_next_or_upnext(path, level, root_level); in tree_advance()
7558 int root_level; in restart_after_relocation() local
7605 root_level = btrfs_header_level(sctx->send_root->commit_root); in restart_after_relocation()
7606 if (root_level > 0) { in restart_after_relocation()
7607 ret = replace_node_with_clone(left_path, root_level); in restart_after_relocation()
7612 root_level = btrfs_header_level(sctx->parent_root->commit_root); in restart_after_relocation()
7613 if (root_level > 0) { in restart_after_relocation()
7614 ret = replace_node_with_clone(right_path, root_level); in restart_after_relocation()