Searched refs:rotorstep (Results 1 – 5 of 5) sorted by relevance
168 {XFS_ROTORSTEP, "rotorstep", &xfs_params.rotorstep.val,171 &xfs_params.rotorstep.min, &xfs_params.rotorstep.max},
70 .rotorstep = { 1, 1, 255 },
65 xfs_sysctl_val_t rotorstep; /* inode32 AG rotoring control knob */ member
146 #define xfs_rotorstep xfs_params.rotorstep.val in BUFFER_FNS()
2250 xfs_agnumber_t rotorstep = xfs_rotorstep; /* inode32 agf stepper */ in xfs_alloc_vextent() local2315 ((mp->m_agfrotor / rotorstep) % in xfs_alloc_vextent()2332 args->agno = sagno = (mp->m_agfrotor / rotorstep) % in xfs_alloc_vextent()2410 (mp->m_sb.sb_agcount * rotorstep); in xfs_alloc_vextent()2412 mp->m_agfrotor = (args->agno * rotorstep + 1) % in xfs_alloc_vextent()2413 (mp->m_sb.sb_agcount * rotorstep); in xfs_alloc_vextent()