Searched refs:d_actf (Results 1 – 2 of 2) sorted by relevance
114 struct buf *d_actf; /* head of wait list */ member
1096 if (fdp->d_actf) in fd_strategy()1099 fdp->d_actf = bp; in fd_strategy()1141 while ((bp = fdp->d_actf) != NULL) { in fdstart()1142 fdp->d_actf = bp->av_forw; in fdstart()