Searched refs:nagcount (Results 1 – 1 of 1) sorted by relevance
157 xfs_agnumber_t nagcount; in xfs_growfs_data_private() local182 nagcount = new + (nb_mod != 0); in xfs_growfs_data_private()184 nagcount--; in xfs_growfs_data_private()185 nb = (xfs_rfsblock_t)nagcount * mp->m_sb.sb_agblocks; in xfs_growfs_data_private()193 if (nagcount > oagcount) { in xfs_growfs_data_private()194 error = xfs_initialize_perag(mp, nagcount, &nagimax); in xfs_growfs_data_private()214 for (agno = nagcount - 1; agno >= oagcount; agno--, new -= agsize) { in xfs_growfs_data_private()233 if (agno == nagcount - 1) in xfs_growfs_data_private()450 ASSERT(nagcount == oagcount || in xfs_growfs_data_private()482 if (nagcount > oagcount) in xfs_growfs_data_private()[all …]