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()2182 struct lbuf *nextbp, *tail; in lbmIODone() local2260 nextbp = tail->l_wqnext = bp->l_wqnext; in lbmIODone()2273 if (nextbp->l_flag & lbmWRITE) { in lbmIODone()2278 lbmRedrive(nextbp); in lbmIODone()