L2PSIZE
if ((bmp->db_l2nbperpage > L2PSIZE - L2MINBLOCKSIZE) ||
blkno = ((offset + 1) >> L2PSIZE) <<
blkno = ((offset + 1) >> L2PSIZE) << sbi->l2nbperpage;
#define SIZE2PN(size) ( ((s64)((size) - 1)) >> (L2PSIZE) )
if (ipimap->i_size >> L2PSIZE != imap->im_nextiag + 1) {
address = AITBL_OFF >> L2PSIZE;
address = AITBL_OFF >> L2PSIZE;
l2mp_blocks = L2PSIZE - folio->mapping->host->i_blkbits;
int l2mp_blocks = L2PSIZE - folio->mapping->host->i_blkbits;
#define MPS_PER_PAGE (PAGE_SIZE >> L2PSIZE)
return anchor->mp[offset >> L2PSIZE];
sbi->l2nbperpage = L2PSIZE - sbi->l2bsize;
nPages = ipbmap->i_size >> L2PSIZE;