Lines Matching refs:nagcount
159 xfs_agnumber_t nagcount; in xfs_growfs_data_private() local
184 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()
485 xfs_trans_mod_sb(tp, XFS_TRANS_SB_AGCOUNT, nagcount - oagcount); in xfs_growfs_data_private()
510 for (agno = 1; agno < nagcount; agno++) { in xfs_growfs_data_private()