Searched refs:rotorstep (Results 1 – 7 of 7) sorted by relevance
154 .data = &xfs_params.rotorstep.val,158 .extra1 = &xfs_params.rotorstep.min,159 .extra2 = &xfs_params.rotorstep.max
281 xfs_agnumber_t rotorstep = xfs_rotorstep; in xfs_filestream_create_association() local283 agno = (mp->m_agfrotor / rotorstep) % mp->m_sb.sb_agcount; in xfs_filestream_create_association()285 (mp->m_sb.sb_agcount * rotorstep); in xfs_filestream_create_association()
29 .rotorstep = { 1, 1, 255 },
35 xfs_sysctl_val_t rotorstep; /* inode32 AG rotoring control knob */ member
102 #define xfs_rotorstep xfs_params.rotorstep.val
3585 xfs_agnumber_t rotorstep = xfs_rotorstep; in xfs_alloc_vextent_start_ag() local3607 ((mp->m_agfrotor / rotorstep) % in xfs_alloc_vextent_start_ag()3619 (mp->m_sb.sb_agcount * rotorstep); in xfs_alloc_vextent_start_ag()3621 mp->m_agfrotor = (args->agno * rotorstep + 1) % in xfs_alloc_vextent_start_ag()3622 (mp->m_sb.sb_agcount * rotorstep); in xfs_alloc_vextent_start_ag()
353 fs.xfs.rotorstep (Min: 1 Default: 1 Max: 256)