Lines Matching refs:root_level
7451 int *level, int root_level) in tree_move_next_or_upnext() argument
7460 if (*level == root_level) { in tree_move_next_or_upnext()
7483 int *level, int root_level, in tree_advance() argument
7491 ret = tree_move_next_or_upnext(path, level, root_level); in tree_advance()
7564 int root_level; in restart_after_relocation() local
7611 root_level = btrfs_header_level(sctx->send_root->commit_root); in restart_after_relocation()
7612 if (root_level > 0) { in restart_after_relocation()
7613 ret = replace_node_with_clone(left_path, root_level); in restart_after_relocation()
7618 root_level = btrfs_header_level(sctx->parent_root->commit_root); in restart_after_relocation()
7619 if (root_level > 0) { in restart_after_relocation()
7620 ret = replace_node_with_clone(right_path, root_level); in restart_after_relocation()