Searched refs:nagcount (Results 1 – 1 of 1) sorted by relevance
46 xfs_agnumber_t nagcount, in xfs_resizefs_init_new_ags() argument58 for (id->agno = nagcount - 1; in xfs_resizefs_init_new_ags()62 if (id->agno == nagcount - 1) in xfs_resizefs_init_new_ags()97 xfs_agnumber_t nagcount; in xfs_growfs_data_private() local137 nagcount = nb_div; in xfs_growfs_data_private()144 if (delta < 0 && nagcount < 2) in xfs_growfs_data_private()152 if (nagcount < oagcount) in xfs_growfs_data_private()156 error = xfs_initialize_perag(mp, oagcount, nagcount, nb, &nagimax); in xfs_growfs_data_private()172 error = xfs_resizefs_init_new_ags(tp, &id, oagcount, nagcount, in xfs_growfs_data_private()187 if (nagcount > oagcount) in xfs_growfs_data_private()[all …]