Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_sysctl.c168 {XFS_ROTORSTEP, "rotorstep", &xfs_params.rotorstep.val,
171 &xfs_params.rotorstep.min, &xfs_params.rotorstep.max},
Dxfs_globals.c70 .rotorstep = { 1, 1, 255 },
Dxfs_sysctl.h65 xfs_sysctl_val_t rotorstep; /* inode32 AG rotoring control knob */ member
Dxfs_linux.h146 #define xfs_rotorstep xfs_params.rotorstep.val in BUFFER_FNS()
/linux-2.4.37.9/fs/xfs/
Dxfs_alloc.c2250 xfs_agnumber_t rotorstep = xfs_rotorstep; /* inode32 agf stepper */ in xfs_alloc_vextent() local
2315 ((mp->m_agfrotor / rotorstep) % in xfs_alloc_vextent()
2332 args->agno = sagno = (mp->m_agfrotor / rotorstep) % in xfs_alloc_vextent()
2410 (mp->m_sb.sb_agcount * rotorstep); in xfs_alloc_vextent()
2412 mp->m_agfrotor = (args->agno * rotorstep + 1) % in xfs_alloc_vextent()
2413 (mp->m_sb.sb_agcount * rotorstep); in xfs_alloc_vextent()