Lines Matching refs:l_wqnext
602 if (bp->l_wqnext == NULL) in lmNextPage()
886 ((log->gcrtc > 0) || (tblk->bp->l_wqnext != NULL) || in lmPostGC()
1344 bp->l_wqnext = NULL; in lmLogInit()
1775 bp->l_wqnext = NULL; in lbmAllocate()
1807 assert(bp->l_wqnext == NULL); in lbmfree()
1917 if (bp->l_wqnext == NULL) { in lbmWrite()
1921 bp->l_wqnext = bp; in lbmWrite()
1924 bp->l_wqnext = tail->l_wqnext; in lbmWrite()
1925 tail->l_wqnext = bp; in lbmWrite()
1932 if ((bp != tail->l_wqnext) || !(flag & lbmWRITE)) { in lbmWrite()
2114 bp->l_wqnext = NULL; in lbmIODone()
2123 nextbp = tail->l_wqnext = bp->l_wqnext; in lbmIODone()
2124 bp->l_wqnext = NULL; in lbmIODone()