db_agl2size
if (l2nb > bmp->db_agl2size) {
blkno = (s64) agno << bmp->db_agl2size;
bmp->db_agl2size = le32_to_cpu(dbmp_le->dn_agl2size);
(bmp->db_agl2size > L2MAXL2SIZE - L2MAXAG) ||
(bmp->db_agl2size < 0) ||
((bmp->db_mapsize - 1) >> bmp->db_agl2size) > MAXAG) {
agno = blkno >> bmp->db_agl2size;
agno = blkno >> bmp->db_agl2size;
dbmp_le->dn_agl2size = cpu_to_le32(bmp->db_agl2size);
agno = blkno >> bmp->db_agl2size;
oldl2agsize = bmp->db_agl2size;
bmp->db_agl2size = l2agsize;
(((s64)inactags - 1) << bmp->db_agl2size) + ag_rem
: ((s64)inactags << bmp->db_agl2size);
bmp->db_agl2size - (L2BPERDMAP + bmp->db_aglevel * L2LPERCTL);
if (l2nb > bmp->db_agl2size) {
agno = blkno >> bmp->db_agl2size;
#define BLKTOAG(b,sbi) ((b) >> ((sbi)->bmap->db_agl2size))
((s64)(a) << (JFS_SBI((ip)->i_sb)->bmap->db_agl2size))
hint = ((s64) agno << sbi->bmap->db_agl2size) - 1;
n = agstart >> mp->db_agl2size;
iagp->agstart = cpu_to_le64((s64)n << mp->db_agl2size);