Home | History | Annotate | Download | only in e2fsck

Lines Matching full:nextparent

682 	dnode_t *nextparent = next->parent;
695 child->parent = nextparent;
697 if (nextparent->left == next) {
698 nextparent->left = child;
700 assert (nextparent->right == next);
701 nextparent->right = child;