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