Searched refs:lbmAllocate (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | jfs_logmgr.c | 174 static struct lbuf *lbmAllocate(struct jfs_log * log, int); 638 nextbp = lbmAllocate(log, log->page); in lmNextPage() 1291 bp = lbmAllocate(log , 0); in lmLogInit() 1880 * lbmAllocate() 1884 static struct lbuf *lbmAllocate(struct jfs_log * log, int pn) in lbmAllocate() function 1978 *bpp = bp = lbmAllocate(log, pn); in lbmRead() 2382 bp = lbmAllocate(log, 1); in lmLogFormat()
|
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | jfs_logmgr.c | 174 static struct lbuf *lbmAllocate(struct jfs_log * log, int); 630 nextbp = lbmAllocate(log, log->page); in lmNextPage() 1283 bp = lbmAllocate(log , 0); in lmLogInit() 1872 * lbmAllocate() 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()
|
Completed in 6 milliseconds