Searched refs:chnext (Results 1 – 3 of 3) sorted by relevance
239 struct isoent *chnext; member5175 if (np->chnext == NULL) { in isoent_free_all()5182 np = np->chnext; in isoent_free_all()5247 if ((child->chnext = parent->children.first) == NULL) in isoent_add_child_head()5248 parent->children.last = &(child->chnext); in isoent_add_child_head()5272 child->chnext = NULL; in isoent_add_child_tail()5274 parent->children.last = &(child->chnext); in isoent_add_child_tail()5296 while (ent->chnext != child) in isoent_remove_child()5297 ent = ent->chnext; in isoent_remove_child()5298 if ((ent->chnext = ent->chnext->chnext) == NULL) in isoent_remove_child()[all …]
75 struct mtree_entry *chnext; member836 me->dir_info->chnext = NULL; in mtree_entry_new()1219 if (np->dir_info->chnext == NULL) { in write_mtree_entry_tree()1236 np = np->dir_info->chnext; in write_mtree_entry_tree()2026 child->dir_info->chnext = NULL; in mtree_entry_add_child_tail()2028 parent->dir_info->children.last = &(child->dir_info->chnext); in mtree_entry_add_child_tail()
222 struct file *chnext; member1757 if (np->chnext == NULL) { in make_toc()1761 np = np->chnext; in make_toc()2095 child->chnext = NULL; in file_add_child_tail()2097 parent->children.last = &(child->chnext); in file_add_child_tail()