Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_sysctl.c162 .data = &xfs_params.rotorstep.val,
166 .extra1 = &xfs_params.rotorstep.min,
167 .extra2 = &xfs_params.rotorstep.max
Dxfs_globals.c41 .rotorstep = { 1, 1, 255 },
Dxfs_filestream.c341 xfs_agnumber_t rotorstep = xfs_rotorstep; in xfs_filestream_lookup_ag() local
342 startag = (mp->m_agfrotor / rotorstep) % mp->m_sb.sb_agcount; in xfs_filestream_lookup_ag()
344 (mp->m_sb.sb_agcount * rotorstep); in xfs_filestream_lookup_ag()
Dxfs_sysctl.h47 xfs_sysctl_val_t rotorstep; /* inode32 AG rotoring control knob */ member
Dxfs_linux.h129 #define xfs_rotorstep xfs_params.rotorstep.val
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_alloc.c2390 xfs_agnumber_t rotorstep = xfs_rotorstep; /* inode32 agf stepper */ in xfs_alloc_vextent() local
2452 ((mp->m_agfrotor / rotorstep) % in xfs_alloc_vextent()
2469 args->agno = sagno = (mp->m_agfrotor / rotorstep) % in xfs_alloc_vextent()
2559 (mp->m_sb.sb_agcount * rotorstep); in xfs_alloc_vextent()
2561 mp->m_agfrotor = (args->agno * rotorstep + 1) % in xfs_alloc_vextent()
2562 (mp->m_sb.sb_agcount * rotorstep); in xfs_alloc_vextent()
/linux-4.1.27/Documentation/filesystems/
Dxfs.txt331 fs.xfs.rotorstep (Min: 1 Default: 1 Max: 256)