rotorstep        2788 fs/xfs/libxfs/xfs_alloc.c 	xfs_agnumber_t		rotorstep = xfs_rotorstep; /* inode32 agf stepper */
rotorstep        2847 fs/xfs/libxfs/xfs_alloc.c 					((mp->m_agfrotor / rotorstep) %
rotorstep        2937 fs/xfs/libxfs/xfs_alloc.c 					(mp->m_sb.sb_agcount * rotorstep);
rotorstep        2939 fs/xfs/libxfs/xfs_alloc.c 				mp->m_agfrotor = (args->agno * rotorstep + 1) %
rotorstep        2940 fs/xfs/libxfs/xfs_alloc.c 					(mp->m_sb.sb_agcount * rotorstep);
rotorstep         331 fs/xfs/xfs_filestream.c 		xfs_agnumber_t	 rotorstep = xfs_rotorstep;
rotorstep         332 fs/xfs/xfs_filestream.c 		startag = (mp->m_agfrotor / rotorstep) % mp->m_sb.sb_agcount;
rotorstep         334 fs/xfs/xfs_filestream.c 		                 (mp->m_sb.sb_agcount * rotorstep);
rotorstep          28 fs/xfs/xfs_globals.c 	.rotorstep	= {	1,		1,		255	},
rotorstep          97 fs/xfs/xfs_linux.h #define xfs_rotorstep		xfs_params.rotorstep.val
rotorstep         138 fs/xfs/xfs_sysctl.c 		.data		= &xfs_params.rotorstep.val,
rotorstep         142 fs/xfs/xfs_sysctl.c 		.extra1		= &xfs_params.rotorstep.min,
rotorstep         143 fs/xfs/xfs_sysctl.c 		.extra2		= &xfs_params.rotorstep.max
rotorstep          35 fs/xfs/xfs_sysctl.h 	xfs_sysctl_val_t rotorstep;	/* inode32 AG rotoring control knob */