agcount           131 fs/xfs/libxfs/xfs_fs.h 	__u32		agcount;	/* number of allocation groups	*/
agcount           157 fs/xfs/libxfs/xfs_fs.h 	__u32		agcount;	/* number of allocation groups	*/
agcount           184 fs/xfs/libxfs/xfs_fs.h 	__u32		agcount;	/* number of allocation groups	*/
agcount           927 fs/xfs/libxfs/xfs_ialloc.c 	xfs_agnumber_t	agcount;	/* number of ag's in the filesystem */
agcount           944 fs/xfs/libxfs/xfs_ialloc.c 	agcount = mp->m_maxagi;
agcount           949 fs/xfs/libxfs/xfs_ialloc.c 		if (pagno >= agcount)
agcount           953 fs/xfs/libxfs/xfs_ialloc.c 	ASSERT(pagno < agcount);
agcount          1025 fs/xfs/libxfs/xfs_ialloc.c 		if (agno >= agcount)
agcount           223 fs/xfs/libxfs/xfs_sb.c 	uint32_t		agcount = 0;
agcount           285 fs/xfs/libxfs/xfs_sb.c 		agcount = div_u64_rem(sbp->sb_dblocks, sbp->sb_agblocks, &rem);
agcount           287 fs/xfs/libxfs/xfs_sb.c 			agcount++;
agcount           317 fs/xfs/libxfs/xfs_sb.c 	    agcount == 0 || agcount != sbp->sb_agcount			||
agcount           851 fs/xfs/libxfs/xfs_sb.c 	xfs_agnumber_t	agcount)
agcount           864 fs/xfs/libxfs/xfs_sb.c 	for (index = 0; index < agcount; index++) {
agcount          1080 fs/xfs/libxfs/xfs_sb.c 	geo->agcount = sbp->sb_agcount;
agcount           182 fs/xfs/xfs_ioctl32.h 	__u32		agcount;	/* number of allocation groups	*/
agcount           177 fs/xfs/xfs_mount.c 	xfs_agnumber_t	agcount,
agcount           190 fs/xfs/xfs_mount.c 	for (index = 0; index < agcount; index++) {
agcount           234 fs/xfs/xfs_mount.c 	index = xfs_set_inode_alloc(mp, agcount);
agcount           249 fs/xfs/xfs_mount.c 	for (index = first_initialised; index < agcount; index++) {
agcount           437 fs/xfs/xfs_mount.h extern int	xfs_initialize_perag(xfs_mount_t *mp, xfs_agnumber_t agcount,
agcount           559 fs/xfs/xfs_super.c 	xfs_agnumber_t	agcount)
agcount           581 fs/xfs/xfs_super.c 		max_metadata = agcount;
agcount           586 fs/xfs/xfs_super.c 	ino = XFS_AGINO_TO_INO(mp, agcount - 1, agino);
agcount           598 fs/xfs/xfs_super.c 	for (index = 0; index < agcount; index++) {
agcount           625 fs/xfs/xfs_super.c 	return (mp->m_flags & XFS_MOUNT_32BITINODES) ? maxagi : agcount;
agcount            77 fs/xfs/xfs_super.h 					   xfs_agnumber_t agcount);