Home | History | Annotate | Download | only in chfs

Lines Matching refs:nref_next

88 				nextref = nextref->nref_next;
93 nextref = nextref->nref_next;
100 new->nref_next = nextref->nref_next;
103 new->nref_next = nextref;
106 KASSERT(new->nref_next != NULL);
109 prevref->nref_next = new;
134 KASSERT(old_nref->nref_next != NULL);
137 *list = old_nref->nref_next;
140 while (tmpnref->nref_next &&
141 tmpnref->nref_next != (struct chfs_node_ref *)vc) {
142 if (tmpnref->nref_next == old_nref) {
143 tmpnref->nref_next = old_nref->nref_next;
146 tmpnref = tmpnref->nref_next;
229 new->nref_next = (struct chfs_node_ref *)vc;
240 if (!nref->nref_next)
244 nref = nref->nref_next;
436 nref->nref_next = NULL;