Home
last modified time | relevance | path

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

/fs/jfs/
Djfs_logmgr.c508 lsn = (log->page << L2LOGPSIZE) + dstoffset; in lmWriteRecord()
1195 (L2LOGPSIZE - sb->s_blocksize_bits); in open_inline_log()
1197 ASSERT(L2LOGPSIZE >= sb->s_blocksize_bits); in open_inline_log()
1301 log->l2bsize = L2LOGPSIZE; in lmLogInit()
1416 log->logsize = (log->size - 2) << L2LOGPSIZE; in lmLogInit()
1925 bp->l_blkno = log->base + (pn << (L2LOGPSIZE - log->l2bsize)); in lbmAllocate()
2052 log->base + (bp->l_pn << (L2LOGPSIZE - log->l2bsize)); in lbmWrite()
2122 log->base + (bp->l_pn << (L2LOGPSIZE - log->l2bsize)); in lbmDirectWrite()
2257 log->clsn = (bp->l_pn << L2LOGPSIZE) + bp->l_ceor; in lbmIODone()
Djfs_logmgr.h31 #define L2LOGPSIZE 12 macro
Dresize.c267 log->size = newLogSize >> (L2LOGPSIZE - sb->s_blocksize_bits); in jfs_extendfs()