Lines Matching refs:tail
2038 struct lbuf *tail; in lbmWrite() local
2060 tail = log->wqueue; in lbmWrite()
2065 if (tail == NULL) { in lbmWrite()
2070 bp->l_wqnext = tail->l_wqnext; in lbmWrite()
2071 tail->l_wqnext = bp; in lbmWrite()
2074 tail = bp; in lbmWrite()
2078 if ((bp != tail->l_wqnext) || !(flag & lbmWRITE)) { in lbmWrite()
2195 struct lbuf *nextbp, *tail; in lbmIODone() local
2255 tail = log->wqueue; in lbmIODone()
2258 if (bp == tail) { in lbmIODone()
2273 nextbp = tail->l_wqnext = bp->l_wqnext; in lbmIODone()