Searched refs:rotorstep (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_globals.c41 .rotorstep = { 1, 1, 255 },
H A Dxfs_sysctl.h47 xfs_sysctl_val_t rotorstep; /* inode32 AG rotoring control knob */ member in struct:xfs_param
H A Dxfs_sysctl.c158 .procname = "rotorstep",
159 .data = &xfs_params.rotorstep.val,
163 .extra1 = &xfs_params.rotorstep.min,
164 .extra2 = &xfs_params.rotorstep.max
H A Dxfs_linux.h113 #define xfs_rotorstep xfs_params.rotorstep.val
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_filestream.c579 xfs_agnumber_t ag, rotorstep, startag; local
626 rotorstep = xfs_rotorstep;
627 startag = (mp->m_agfrotor / rotorstep) % mp->m_sb.sb_agcount;
629 (mp->m_sb.sb_agcount * rotorstep);
H A Dxfs_alloc.c2243 xfs_agnumber_t rotorstep = xfs_rotorstep; /* inode32 agf stepper */ local
2305 ((mp->m_agfrotor / rotorstep) %
2322 args->agno = sagno = (mp->m_agfrotor / rotorstep) %
2412 (mp->m_sb.sb_agcount * rotorstep);
2414 mp->m_agfrotor = (args->agno * rotorstep + 1) %
2415 (mp->m_sb.sb_agcount * rotorstep);

Completed in 80 milliseconds