Searched refs:nagcount (Results 1 – 1 of 1) sorted by relevance
134 xfs_agnumber_t nagcount; in xfs_growfs_data_private() local160 nagcount = new + (nb_mod != 0); in xfs_growfs_data_private()162 nagcount--; in xfs_growfs_data_private()163 nb = nagcount * mp->m_sb.sb_agblocks; in xfs_growfs_data_private()169 if (nagcount > oagcount) { in xfs_growfs_data_private()173 sizeof(xfs_perag_t) * nagcount, in xfs_growfs_data_private()177 (nagcount - oagcount) * sizeof(xfs_perag_t)); in xfs_growfs_data_private()179 nagimax = xfs_initialize_perag(mp, nagcount); in xfs_growfs_data_private()191 for (agno = nagcount - 1; agno >= oagcount; agno--, new -= agsize) { in xfs_growfs_data_private()203 if (agno == nagcount - 1) in xfs_growfs_data_private()[all …]