Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/xfs/
A Dxfs_sysctl.c154 .data = &xfs_params.rotorstep.val,
158 .extra1 = &xfs_params.rotorstep.min,
159 .extra2 = &xfs_params.rotorstep.max
A Dxfs_filestream.c285 xfs_agnumber_t rotorstep = xfs_rotorstep; in xfs_filestream_create_association() local
287 agno = (mp->m_agfrotor / rotorstep) % mp->m_sb.sb_agcount; in xfs_filestream_create_association()
289 (mp->m_sb.sb_agcount * rotorstep); in xfs_filestream_create_association()
A Dxfs_globals.c29 .rotorstep = { 1, 1, 255 },
A Dxfs_sysctl.h35 xfs_sysctl_val_t rotorstep; /* inode32 AG rotoring control knob */ member
A Dxfs_linux.h100 #define xfs_rotorstep xfs_params.rotorstep.val
/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_alloc.c3393 xfs_agnumber_t rotorstep = xfs_rotorstep; in xfs_alloc_vextent_start_ag() local
3409 ((mp->m_agfrotor / rotorstep) % in xfs_alloc_vextent_start_ag()
3421 (mp->m_sb.sb_agcount * rotorstep); in xfs_alloc_vextent_start_ag()
3423 mp->m_agfrotor = (args->agno * rotorstep + 1) % in xfs_alloc_vextent_start_ag()
3424 (mp->m_sb.sb_agcount * rotorstep); in xfs_alloc_vextent_start_ag()
/linux-6.3-rc2/Documentation/admin-guide/
A Dxfs.rst352 fs.xfs.rotorstep (Min: 1 Default: 1 Max: 256)

Completed in 18 milliseconds