Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/
Dxfs_sysctl.c141 .data = &xfs_params.rotorstep.val,
145 .extra1 = &xfs_params.rotorstep.min,
146 .extra2 = &xfs_params.rotorstep.max
Dxfs_filestream.c334 xfs_agnumber_t rotorstep = xfs_rotorstep; in xfs_filestream_lookup_ag() local
335 startag = (mp->m_agfrotor / rotorstep) % mp->m_sb.sb_agcount; in xfs_filestream_lookup_ag()
337 (mp->m_sb.sb_agcount * rotorstep); in xfs_filestream_lookup_ag()
Dxfs_globals.c29 .rotorstep = { 1, 1, 255 },
Dxfs_sysctl.h35 xfs_sysctl_val_t rotorstep; /* inode32 AG rotoring control knob */ member
Dxfs_linux.h97 #define xfs_rotorstep xfs_params.rotorstep.val
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_alloc.c2785 xfs_agnumber_t rotorstep = xfs_rotorstep; /* inode32 agf stepper */ in xfs_alloc_vextent() local
2844 ((mp->m_agfrotor / rotorstep) % in xfs_alloc_vextent()
2934 (mp->m_sb.sb_agcount * rotorstep); in xfs_alloc_vextent()
2936 mp->m_agfrotor = (args->agno * rotorstep + 1) % in xfs_alloc_vextent()
2937 (mp->m_sb.sb_agcount * rotorstep); in xfs_alloc_vextent()
/Linux-v4.19/Documentation/filesystems/
Dxfs.txt327 fs.xfs.rotorstep (Min: 1 Default: 1 Max: 256)