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

/linux-master/fs/jfs/
H A Djfs_logmgr.c174 static struct lbuf *lbmAllocate(struct jfs_log * log, int);
630 nextbp = lbmAllocate(log, log->page);
1283 bp = lbmAllocate(log , 0);
1872 * lbmAllocate()
1876 static struct lbuf *lbmAllocate(struct jfs_log * log, int pn) function
1970 *bpp = bp = lbmAllocate(log, pn);
2372 bp = lbmAllocate(log, 1);

Completed in 103 milliseconds