m_agirotor        909 fs/xfs/libxfs/xfs_ialloc.c 	agno = mp->m_agirotor;
m_agirotor        910 fs/xfs/libxfs/xfs_ialloc.c 	if (++mp->m_agirotor >= mp->m_maxagi)
m_agirotor        911 fs/xfs/libxfs/xfs_ialloc.c 		mp->m_agirotor = 0;
m_agirotor        805 fs/xfs/libxfs/xfs_sb.c 	mp->m_agfrotor = mp->m_agirotor = 0;
m_agirotor         98 fs/xfs/xfs_mount.h 	xfs_agnumber_t		m_agirotor;	/* last ag dir inode alloced */