Home
last modified time | relevance | path

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

/linux/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.c299 xfs_agnumber_t rotorstep = xfs_rotorstep; in xfs_filestream_lookup_ag() local
300 startag = (mp->m_agfrotor / rotorstep) % mp->m_sb.sb_agcount; in xfs_filestream_lookup_ag()
302 (mp->m_sb.sb_agcount * rotorstep); in xfs_filestream_lookup_ag()
A Dxfs_globals.c28 .rotorstep = { 1, 1, 255 },
A Dxfs_sysctl.h35 xfs_sysctl_val_t rotorstep; /* inode32 AG rotoring control knob */ member
A Dxfs_linux.h98 #define xfs_rotorstep xfs_params.rotorstep.val
/linux/fs/xfs/libxfs/
A Dxfs_alloc.c3169 xfs_agnumber_t rotorstep = xfs_rotorstep; /* inode32 agf stepper */ in xfs_alloc_vextent() local
3228 ((mp->m_agfrotor / rotorstep) % in xfs_alloc_vextent()
3318 (mp->m_sb.sb_agcount * rotorstep); in xfs_alloc_vextent()
3320 mp->m_agfrotor = (args->agno * rotorstep + 1) % in xfs_alloc_vextent()
3321 (mp->m_sb.sb_agcount * rotorstep); in xfs_alloc_vextent()
/linux/Documentation/admin-guide/
A Dxfs.rst352 fs.xfs.rotorstep (Min: 1 Default: 1 Max: 256)

Completed in 15 milliseconds