nagcount           33 fs/xfs/xfs_fsops.c 	xfs_agnumber_t		nagcount;
nagcount           55 fs/xfs/xfs_fsops.c 	nagcount = new + (nb_mod != 0);
nagcount           57 fs/xfs/xfs_fsops.c 		nagcount--;
nagcount           58 fs/xfs/xfs_fsops.c 		nb = (xfs_rfsblock_t)nagcount * mp->m_sb.sb_agblocks;
nagcount           66 fs/xfs/xfs_fsops.c 	if (nagcount > oagcount) {
nagcount           67 fs/xfs/xfs_fsops.c 		error = xfs_initialize_perag(mp, nagcount, &nagimax);
nagcount           90 fs/xfs/xfs_fsops.c 	for (id.agno = nagcount - 1;
nagcount           94 fs/xfs/xfs_fsops.c 		if (id.agno == nagcount - 1)
nagcount          124 fs/xfs/xfs_fsops.c 	if (nagcount > oagcount)
nagcount          125 fs/xfs/xfs_fsops.c 		xfs_trans_mod_sb(tp, XFS_TRANS_SB_AGCOUNT, nagcount - oagcount);