Lines Matching refs:nagcount
42 xfs_agnumber_t nagcount,
54 for (id->agno = nagcount - 1;
58 if (id->agno == nagcount - 1)
92 xfs_agnumber_t nagcount;
127 nagcount = nb_div;
134 if (delta < 0 && nagcount < 2)
139 if (nagcount > oagcount) {
140 error = xfs_initialize_perag(mp, nagcount, nb, &nagimax);
143 } else if (nagcount < oagcount) {
160 error = xfs_resizefs_init_new_ags(tp, &id, oagcount, nagcount,
177 if (nagcount > oagcount)
178 xfs_trans_mod_sb(tp, XFS_TRANS_SB_AGCOUNT, nagcount - oagcount);