Lines Matching refs:nagcount
157 xfs_agnumber_t nagcount; in xfs_growfs_data_private() local
182 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()
483 xfs_trans_mod_sb(tp, XFS_TRANS_SB_AGCOUNT, nagcount - oagcount); in xfs_growfs_data_private()
508 for (agno = 1; agno < nagcount; agno++) { in xfs_growfs_data_private()