Home
last modified time | relevance | path

Searched refs:nextbp (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/fs/jfs/
Djfs_logmgr.c566 struct lbuf *nextbp; in lmNextPage() local
638 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() local
2261 nextbp = tail->l_wqnext = bp->l_wqnext; in lbmIODone()
2274 if (nextbp->l_flag & lbmWRITE) { in lbmIODone()
2279 lbmRedrive(nextbp); in lbmIODone()