Lines Matching refs:tail
2026 struct lbuf *tail; in lbmWrite() local
2048 tail = log->wqueue; in lbmWrite()
2053 if (tail == NULL) { in lbmWrite()
2058 bp->l_wqnext = tail->l_wqnext; in lbmWrite()
2059 tail->l_wqnext = bp; in lbmWrite()
2062 tail = bp; in lbmWrite()
2066 if ((bp != tail->l_wqnext) || !(flag & lbmWRITE)) { in lbmWrite()
2183 struct lbuf *nextbp, *tail; in lbmIODone() local
2243 tail = log->wqueue; in lbmIODone()
2246 if (bp == tail) { in lbmIODone()
2261 nextbp = tail->l_wqnext = bp->l_wqnext; in lbmIODone()