Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/jfs/
Djfs_filsys.h105 #define L2PBSIZE 9 /* log2(PBSIZE) */ macro
146 #define LBNUMBER(x) ((x) >> L2PBSIZE)
147 #define LBLK2PBLK(sb,b) ((b) << (sb->s_blocksize_bits - L2PBSIZE))
148 #define PBLK2LBLK(sb,b) ((b) >> (sb->s_blocksize_bits - L2PBSIZE))