Searched refs:chnext (Results 1 – 3 of 3) sorted by relevance
237 struct isoent *chnext; member5168 if (np->chnext == NULL) { in isoent_free_all()5175 np = np->chnext; in isoent_free_all()5240 if ((child->chnext = parent->children.first) == NULL) in isoent_add_child_head()5241 parent->children.last = &(child->chnext); in isoent_add_child_head()5265 child->chnext = NULL; in isoent_add_child_tail()5267 parent->children.last = &(child->chnext); in isoent_add_child_tail()5289 while (ent->chnext != child) in isoent_remove_child()5290 ent = ent->chnext; in isoent_remove_child()5291 if ((ent->chnext = ent->chnext->chnext) == NULL) in isoent_remove_child()[all …]
75 struct mtree_entry *chnext;833 me->dir_info->chnext = NULL; in mtree_entry_new() 1165 if (np->dir_info->chnext == NULL) { in write_mtree_entry_tree() 1182 np = np->dir_info->chnext; in write_mtree_entry_tree() 1941 child->dir_info->chnext = NULL; in mtree_entry_add_child_tail() 1943 parent->dir_info->children.last = &(child->dir_info->chnext); in mtree_entry_add_child_tail() 76 struct mtree_entry *chnext; global() member
186 struct file *chnext; member1688 if (np->chnext == NULL) { in make_toc()1692 np = np->chnext; in make_toc()2024 child->chnext = NULL; in file_add_child_tail()2026 parent->children.last = &(child->chnext); in file_add_child_tail()