Searched refs:fr_dnext (Results 1 – 2 of 2) sorted by relevance
4523 fp->fr_dnext = NULL;5192 *f->fr_pdnext = f->fr_dnext;5193 if (f->fr_dnext != NULL)5194 f->fr_dnext->fr_pdnext = f->fr_pdnext;5196 f->fr_dnext = NULL;5235 fr = fr->fr_dnext) {5238 if (fr->fr_dnext == NULL) {5244 fr->fr_dnext = f;5245 f->fr_pdnext = &fr->fr_dnext;5255 f->fr_dnext = fr;[all …]
690 struct frentry *fr_dnext; /* 2 fr_die linked list pointers */ member