Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/jfs/
Djfs_logmgr.c490 lsn = (log->page << L2LOGPSIZE) + dstoffset; in lmWriteRecord()
1087 (L2LOGPSIZE - sb->s_blocksize_bits); in lmLogOpen()
1089 ASSERT(L2LOGPSIZE >= sb->s_blocksize_bits); in lmLogOpen()
1304 log->logsize = (log->size - 2) << L2LOGPSIZE; in lmLogInit()
1779 bp->l_blkno = log->base + (pn << (L2LOGPSIZE - log->l2bsize)); in lbmAllocate()
1899 log->base + (bp->l_pn << (L2LOGPSIZE - log->l2bsize)); in lbmWrite()
1969 log->base + (bp->l_pn << (L2LOGPSIZE - log->l2bsize)); in lbmDirectWrite()
2097 log->clsn = (bp->l_pn << L2LOGPSIZE) + bp->l_ceor; in lbmIODone()
Djfs_logmgr.h31 #define L2LOGPSIZE 12 macro
Dresize.c266 log->size = newLogSize >> (L2LOGPSIZE - sb->s_blocksize_bits); in jfs_extendfs()