Searched refs:nagcount (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_fsops.c | 49 xfs_agnumber_t nagcount, in xfs_resizefs_init_new_ags() argument 61 for (id->agno = nagcount - 1; in xfs_resizefs_init_new_ags() 65 if (id->agno == nagcount - 1) in xfs_resizefs_init_new_ags() 101 xfs_agnumber_t nagcount; in xfs_growfs_data_private() local 127 xfs_growfs_compute_deltas(mp, nb, &delta, &nagcount); in xfs_growfs_data_private() 134 if (delta < 0 && nagcount < 2) in xfs_growfs_data_private() 142 if (nagcount < oagcount) in xfs_growfs_data_private() 146 error = xfs_initialize_perag(mp, oagcount, nagcount, nb, &nagimax); in xfs_growfs_data_private() 162 error = xfs_resizefs_init_new_ags(tp, &id, oagcount, nagcount, in xfs_growfs_data_private() 177 if (nagcount > oagcount) in xfs_growfs_data_private() [all …]
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_ag.c | 884 xfs_agnumber_t nagcount; in xfs_growfs_compute_deltas() local 897 nagcount = nb_div; in xfs_growfs_compute_deltas() 900 *nagcountp = nagcount; in xfs_growfs_compute_deltas()
|