Home
last modified time | relevance | path

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

/linux-5.19.10/fs/jfs/
Djfs_logmgr.c489 lsn = (log->page << L2LOGPSIZE) + dstoffset; in lmWriteRecord()
1168 (L2LOGPSIZE - sb->s_blocksize_bits); in open_inline_log()
1170 ASSERT(L2LOGPSIZE >= sb->s_blocksize_bits); in open_inline_log()
1274 log->l2bsize = L2LOGPSIZE; in lmLogInit()
1388 log->logsize = (log->size - 2) << L2LOGPSIZE; in lmLogInit()
1895 bp->l_blkno = log->base + (pn << (L2LOGPSIZE - log->l2bsize)); in lbmAllocate()
2021 log->base + (bp->l_pn << (L2LOGPSIZE - log->l2bsize)); in lbmWrite()
2091 log->base + (bp->l_pn << (L2LOGPSIZE - log->l2bsize)); in lbmDirectWrite()
2220 log->clsn = (bp->l_pn << L2LOGPSIZE) + bp->l_ceor; in lbmIODone()
Djfs_logmgr.h20 #define L2LOGPSIZE 12 macro
Dresize.c255 log->size = newLogSize >> (L2LOGPSIZE - sb->s_blocksize_bits); in jfs_extendfs()