Lines Matching refs:l_wqnext
607 if (bp->l_wqnext == NULL) in lmNextPage()
892 ((log->gcrtc > 0) || (tblk->bp->l_wqnext != NULL) || in lmPostGC()
1416 bp->l_wqnext = NULL; in lmLogInit()
1898 bp->l_wqnext = NULL; in lbmAllocate()
1929 assert(bp->l_wqnext == NULL); in lbmfree()
2050 if (bp->l_wqnext == NULL) { in lbmWrite()
2054 bp->l_wqnext = bp; in lbmWrite()
2057 bp->l_wqnext = tail->l_wqnext; in lbmWrite()
2058 tail->l_wqnext = bp; in lbmWrite()
2065 if ((bp != tail->l_wqnext) || !(flag & lbmWRITE)) { in lbmWrite()
2251 bp->l_wqnext = NULL; in lbmIODone()
2260 nextbp = tail->l_wqnext = bp->l_wqnext; in lbmIODone()
2261 bp->l_wqnext = NULL; in lbmIODone()