Home
last modified time | relevance | path

Searched refs:rotorstep (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/fs/xfs/
Dxfs_sysctl.c154 .data = &xfs_params.rotorstep.val,
158 .extra1 = &xfs_params.rotorstep.min,
159 .extra2 = &xfs_params.rotorstep.max
Dxfs_filestream.c284 xfs_agnumber_t rotorstep = xfs_rotorstep; in xfs_filestream_create_association() local
286 agno = (mp->m_agfrotor / rotorstep) % mp->m_sb.sb_agcount; in xfs_filestream_create_association()
288 (mp->m_sb.sb_agcount * rotorstep); in xfs_filestream_create_association()
Dxfs_globals.c29 .rotorstep = { 1, 1, 255 },
Dxfs_sysctl.h35 xfs_sysctl_val_t rotorstep; /* inode32 AG rotoring control knob */ member
Dxfs_linux.h102 #define xfs_rotorstep xfs_params.rotorstep.val
/Linux-v6.6/fs/xfs/libxfs/
Dxfs_alloc.c3567 xfs_agnumber_t rotorstep = xfs_rotorstep; in xfs_alloc_vextent_start_ag() local
3589 ((mp->m_agfrotor / rotorstep) % in xfs_alloc_vextent_start_ag()
3601 (mp->m_sb.sb_agcount * rotorstep); in xfs_alloc_vextent_start_ag()
3603 mp->m_agfrotor = (args->agno * rotorstep + 1) % in xfs_alloc_vextent_start_ag()
3604 (mp->m_sb.sb_agcount * rotorstep); in xfs_alloc_vextent_start_ag()
/Linux-v6.6/Documentation/admin-guide/
Dxfs.rst353 fs.xfs.rotorstep (Min: 1 Default: 1 Max: 256)