Searched refs:chnext (Results 1 – 3 of 3) sorted by relevance
237 struct isoent *chnext; member5172 if (np->chnext == NULL) { in isoent_free_all()5179 np = np->chnext; in isoent_free_all()5244 if ((child->chnext = parent->children.first) == NULL) in isoent_add_child_head()5245 parent->children.last = &(child->chnext); in isoent_add_child_head()5269 child->chnext = NULL; in isoent_add_child_tail()5271 parent->children.last = &(child->chnext); in isoent_add_child_tail()5293 while (ent->chnext != child) in isoent_remove_child()5294 ent = ent->chnext; in isoent_remove_child()5295 if ((ent->chnext = ent->chnext->chnext) == NULL) in isoent_remove_child()[all …]
76 struct mtree_entry *chnext; member834 me->dir_info->chnext = NULL; in mtree_entry_new()1166 if (np->dir_info->chnext == NULL) { in write_mtree_entry_tree()1183 np = np->dir_info->chnext; in write_mtree_entry_tree()1942 child->dir_info->chnext = NULL; in mtree_entry_add_child_tail()1944 parent->dir_info->children.last = &(child->dir_info->chnext); in mtree_entry_add_child_tail()
187 struct file *chnext; member1693 if (np->chnext == NULL) { in make_toc()1697 np = np->chnext; in make_toc()2029 child->chnext = NULL; in file_add_child_tail()2031 parent->children.last = &(child->chnext); in file_add_child_tail()