Lines Matching refs:l_wqnext
620 if (bp->l_wqnext == NULL) in lmNextPage()
905 ((log->gcrtc > 0) || (tblk->bp->l_wqnext != NULL) || in lmPostGC()
1432 bp->l_wqnext = NULL; in lmLogInit()
1914 bp->l_wqnext = NULL; in lbmAllocate()
1945 assert(bp->l_wqnext == NULL); in lbmfree()
2068 if (bp->l_wqnext == NULL) { in lbmWrite()
2072 bp->l_wqnext = bp; in lbmWrite()
2075 bp->l_wqnext = tail->l_wqnext; in lbmWrite()
2076 tail->l_wqnext = bp; in lbmWrite()
2083 if ((bp != tail->l_wqnext) || !(flag & lbmWRITE)) { in lbmWrite()
2271 bp->l_wqnext = NULL; in lbmIODone()
2280 nextbp = tail->l_wqnext = bp->l_wqnext; in lbmIODone()
2281 bp->l_wqnext = NULL; in lbmIODone()