Searched refs:nagcount (Results 1 – 1 of 1) sorted by relevance
42 xfs_agnumber_t nagcount, in xfs_resizefs_init_new_ags() argument54 for (id->agno = nagcount - 1; in xfs_resizefs_init_new_ags()58 if (id->agno == nagcount - 1) in xfs_resizefs_init_new_ags()92 xfs_agnumber_t nagcount; in xfs_growfs_data_private() local127 nagcount = nb_div; in xfs_growfs_data_private()134 if (delta < 0 && nagcount < 2) in xfs_growfs_data_private()139 if (nagcount > oagcount) { in xfs_growfs_data_private()140 error = xfs_initialize_perag(mp, nagcount, nb, &nagimax); in xfs_growfs_data_private()143 } else if (nagcount < oagcount) { in xfs_growfs_data_private()160 error = xfs_resizefs_init_new_ags(tp, &id, oagcount, nagcount, in xfs_growfs_data_private()[all …]