Lines Matching refs:l_wqnext
599 if (bp->l_wqnext == NULL) in lmNextPage()
884 ((log->gcrtc > 0) || (tblk->bp->l_wqnext != NULL) || in lmPostGC()
1409 bp->l_wqnext = NULL; in lmLogInit()
1891 bp->l_wqnext = NULL; in lbmAllocate()
1922 assert(bp->l_wqnext == NULL); in lbmfree()
2039 if (bp->l_wqnext == NULL) { in lbmWrite()
2043 bp->l_wqnext = bp; in lbmWrite()
2046 bp->l_wqnext = tail->l_wqnext; in lbmWrite()
2047 tail->l_wqnext = bp; in lbmWrite()
2054 if ((bp != tail->l_wqnext) || !(flag & lbmWRITE)) { in lbmWrite()
2237 bp->l_wqnext = NULL; in lbmIODone()
2246 nextbp = tail->l_wqnext = bp->l_wqnext; in lbmIODone()
2247 bp->l_wqnext = NULL; in lbmIODone()