Searched refs:l2agsize (Results 1 – 1 of 1) sorted by relevance
3367 int agno, l2agsize, oldl2agsize; in dbExtendFS() local3387 l2agsize = dbGetL2AGSize(newsize); in dbExtendFS()3390 bmp->db_agl2size = l2agsize; in dbExtendFS()3391 bmp->db_agsize = (s64)1 << l2agsize; in dbExtendFS()3395 bmp->db_numag = newsize >> l2agsize; in dbExtendFS()3406 if (l2agsize == oldl2agsize) in dbExtendFS()3408 k = 1 << (l2agsize - oldl2agsize); in dbExtendFS()3545 agno = le64_to_cpu(dp->start) >> l2agsize; in dbExtendFS()