Home
last modified time | relevance | path

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

/linux-3.4.99/fs/jfs/
Djfs_filsys.h107 #define L2PBSIZE 9 /* log2(PBSIZE) */ macro
148 #define LBNUMBER(x) ((x) >> L2PBSIZE)
149 #define LBLK2PBLK(sb,b) ((b) << (sb->s_blocksize_bits - L2PBSIZE))
150 #define PBLK2LBLK(sb,b) ((b) >> (sb->s_blocksize_bits - L2PBSIZE))