Searched refs:child_a (Results 1 – 2 of 2) sorted by relevance
136 if (fsnp->child_a) { in mockfs_fsnode_destroy()137 if ((rvalue = mockfs_fsnode_destroy(fsnp->child_a))) { in mockfs_fsnode_destroy()199 if (!parent->child_a) { in mockfs_fsnode_adopt()200 parent->child_a = child; in mockfs_fsnode_adopt()240 if (parent->child_a == fsnp) { in mockfs_fsnode_orphan()241 parent->child_a = NULL; in mockfs_fsnode_orphan()277 if ((parent->child_a) && (parent->child_a->type == type)) { in mockfs_fsnode_child_by_type()278 *child = parent->child_a; in mockfs_fsnode_child_by_type()
67 struct mockfs_fsnode * child_a; /* TEMPORARY */ member