Searched refs:nextbp (Results 1 – 1 of 1) sorted by relevance
566 struct lbuf *nextbp; in lmNextPage() local638 nextbp = lbmAllocate(log, log->page); in lmNextPage()639 nextbp->l_eor = log->eor; in lmNextPage()640 log->bp = nextbp; in lmNextPage()643 lp = (struct logpage *) nextbp->l_ldata; in lmNextPage()2183 struct lbuf *nextbp, *tail; in lbmIODone() local2261 nextbp = tail->l_wqnext = bp->l_wqnext; in lbmIODone()2274 if (nextbp->l_flag & lbmWRITE) { in lbmIODone()2279 lbmRedrive(nextbp); in lbmIODone()