Searched refs:child_b (Results 1 – 2 of 2) sorted by relevance
142 if (fsnp->child_b) { in mockfs_fsnode_destroy()143 if ((rvalue = mockfs_fsnode_destroy(fsnp->child_b))) { in mockfs_fsnode_destroy()202 } else if (!parent->child_b) { in mockfs_fsnode_adopt()203 parent->child_b = child; in mockfs_fsnode_adopt()243 } else if (parent->child_b == fsnp) { in mockfs_fsnode_orphan()244 parent->child_b = NULL; in mockfs_fsnode_orphan()279 } else if ((parent->child_b) && (parent->child_b->type == type)) { in mockfs_fsnode_child_by_type()280 *child = parent->child_b; in mockfs_fsnode_child_by_type()
68 struct mockfs_fsnode * child_b; /* TEMPORARY */ member