Home
last modified time | relevance | path

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

/linux-5.19.10/fs/jfs/
Djfs_logmgr.c174 static struct lbuf *lbmAllocate(struct jfs_log * log, int);
630 nextbp = lbmAllocate(log, log->page); in lmNextPage()
1283 bp = lbmAllocate(log , 0); in lmLogInit()
1876 static struct lbuf *lbmAllocate(struct jfs_log * log, int pn) in lbmAllocate() function
1970 *bpp = bp = lbmAllocate(log, pn); in lbmRead()
2367 bp = lbmAllocate(log, 1); in lmLogFormat()