Home | History | Annotate | Download | only in e2fsck

Lines Matching defs:child

1034  * or more child nodes, pointed to by first_child.
1046 struct profile_node *child, *next;
1054 for (child=node->first_child; child; child = next) {
1055 next = child->next;
1056 profile_free_node(child);