Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_filsys.h110 #define L2PBSIZE 9 /* log2(PBSIZE) */ macro
153 #define LBNUMBER(x) ((x) >> L2PBSIZE)
154 #define LBLK2PBLK(sb,b) ((b) << (sb->s_blocksize_bits - L2PBSIZE))
155 #define PBLK2LBLK(sb,b) ((b) >> (sb->s_blocksize_bits - L2PBSIZE))