Searched refs:l2agsize (Results 1 – 1 of 1) sorted by relevance
3379 int agno, l2agsize, oldl2agsize; in dbExtendFS() local3399 l2agsize = dbGetL2AGSize(newsize); in dbExtendFS()3402 bmp->db_agl2size = l2agsize; in dbExtendFS()3403 bmp->db_agsize = (s64)1 << l2agsize; in dbExtendFS()3407 bmp->db_numag = newsize >> l2agsize; in dbExtendFS()3418 if (l2agsize == oldl2agsize) in dbExtendFS()3420 k = 1 << (l2agsize - oldl2agsize); in dbExtendFS()3557 agno = le64_to_cpu(dp->start) >> l2agsize; in dbExtendFS()