Searched refs:fr_dnext (Results 1 – 2 of 2) sorted by relevance
4533 fp->fr_dnext = NULL;5202 *f->fr_pdnext = f->fr_dnext;5203 if (f->fr_dnext != NULL)5204 f->fr_dnext->fr_pdnext = f->fr_pdnext;5206 f->fr_dnext = NULL;5245 fr = fr->fr_dnext) {5248 if (fr->fr_dnext == NULL) {5254 fr->fr_dnext = f;5255 f->fr_pdnext = &fr->fr_dnext;5265 f->fr_dnext = fr;[all …]
698 struct frentry *fr_dnext; /* 2 fr_die linked list pointers */ member