UFS_MAX_GROUP_LOADED
if (uspi->s_ncg > UFS_MAX_GROUP_LOADED && bitmap_nr >= sbi->s_cg_loaded) {
if (uspi->s_ncg <= UFS_MAX_GROUP_LOADED) {
if (sbi->s_cg_loaded < UFS_MAX_GROUP_LOADED)
ufs_put_cylinder (sb, UFS_MAX_GROUP_LOADED-1);
for (i = 0; i < UFS_MAX_GROUP_LOADED; i++) {
for (i = 0; i < UFS_MAX_GROUP_LOADED; i++) {
for (i = 0; i < UFS_MAX_GROUP_LOADED; i++)
for (; i < UFS_MAX_GROUP_LOADED; i++)
struct ufs_cg_private_info * s_ucpi[UFS_MAX_GROUP_LOADED];
unsigned s_cgno[UFS_MAX_GROUP_LOADED];