Searched refs:nagcount (Results 1 – 1 of 1) sorted by relevance
159 xfs_agnumber_t nagcount; in xfs_growfs_data_private() local184 nagcount = new + (nb_mod != 0); in xfs_growfs_data_private()186 nagcount--; in xfs_growfs_data_private()187 nb = (xfs_rfsblock_t)nagcount * mp->m_sb.sb_agblocks; in xfs_growfs_data_private()195 if (nagcount > oagcount) { in xfs_growfs_data_private()196 error = xfs_initialize_perag(mp, nagcount, &nagimax); in xfs_growfs_data_private()216 for (agno = nagcount - 1; agno >= oagcount; agno--, new -= agsize) { in xfs_growfs_data_private()235 if (agno == nagcount - 1) in xfs_growfs_data_private()452 ASSERT(nagcount == oagcount || in xfs_growfs_data_private()484 if (nagcount > oagcount) in xfs_growfs_data_private()[all …]