Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_logmgr.c510 lsn = (log->page << L2LOGPSIZE) + dstoffset; in lmWriteRecord()
1190 (L2LOGPSIZE - sb->s_blocksize_bits); in open_inline_log()
1192 ASSERT(L2LOGPSIZE >= sb->s_blocksize_bits); in open_inline_log()
1296 log->l2bsize = L2LOGPSIZE; in lmLogInit()
1410 log->logsize = (log->size - 2) << L2LOGPSIZE; in lmLogInit()
1916 bp->l_blkno = log->base + (pn << (L2LOGPSIZE - log->l2bsize)); in lbmAllocate()
2046 log->base + (bp->l_pn << (L2LOGPSIZE - log->l2bsize)); in lbmWrite()
2116 log->base + (bp->l_pn << (L2LOGPSIZE - log->l2bsize)); in lbmDirectWrite()
2248 log->clsn = (bp->l_pn << L2LOGPSIZE) + bp->l_ceor; in lbmIODone()
Djfs_logmgr.h31 #define L2LOGPSIZE 12 macro
Dresize.c268 log->size = newLogSize >> (L2LOGPSIZE - sb->s_blocksize_bits); in jfs_extendfs()