Searched refs:nextbp (Results 1 – 1 of 1) sorted by relevance
579 struct lbuf *nextbp; in lmNextPage() local651 nextbp = lbmAllocate(log, log->page); in lmNextPage()652 nextbp->l_eor = log->eor; in lmNextPage()653 log->bp = nextbp; in lmNextPage()656 lp = (struct logpage *) nextbp->l_ldata; in lmNextPage()2195 struct lbuf *nextbp, *tail; in lbmIODone() local2273 nextbp = tail->l_wqnext = bp->l_wqnext; in lbmIODone()2286 if (nextbp->l_flag & lbmWRITE) { in lbmIODone()2291 lbmRedrive(nextbp); in lbmIODone()