Searched refs:nextbp (Results 1 – 1 of 1) sorted by relevance
558 struct lbuf *nextbp; in lmNextPage() local630 nextbp = lbmAllocate(log, log->page); in lmNextPage()631 nextbp->l_eor = log->eor; in lmNextPage()632 log->bp = nextbp; in lmNextPage()635 lp = (struct logpage *) nextbp->l_ldata; in lmNextPage()2168 struct lbuf *nextbp, *tail; in lbmIODone() local2246 nextbp = tail->l_wqnext = bp->l_wqnext; in lbmIODone()2259 if (nextbp->l_flag & lbmWRITE) { in lbmIODone()2264 lbmRedrive(nextbp); in lbmIODone()