m_agfrotor       2847 fs/xfs/libxfs/xfs_alloc.c 					((mp->m_agfrotor / rotorstep) %
m_agfrotor       2936 fs/xfs/libxfs/xfs_alloc.c 				mp->m_agfrotor = (mp->m_agfrotor + 1) %
m_agfrotor       2939 fs/xfs/libxfs/xfs_alloc.c 				mp->m_agfrotor = (args->agno * rotorstep + 1) %
m_agfrotor        805 fs/xfs/libxfs/xfs_sb.c 	mp->m_agfrotor = mp->m_agirotor = 0;
m_agfrotor        332 fs/xfs/xfs_filestream.c 		startag = (mp->m_agfrotor / rotorstep) % mp->m_sb.sb_agcount;
m_agfrotor        333 fs/xfs/xfs_filestream.c 		mp->m_agfrotor = (mp->m_agfrotor + 1) %
m_agfrotor         97 fs/xfs/xfs_mount.h 	xfs_agnumber_t		m_agfrotor;	/* last ag where space found */