Home
last modified time | relevance | path

Searched refs:m_agfrotor (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/fs/xfs/
Dxfs_filestream.c627 startag = (mp->m_agfrotor / rotorstep) % mp->m_sb.sb_agcount; in xfs_filestream_associate()
628 mp->m_agfrotor = (mp->m_agfrotor + 1) % in xfs_filestream_associate()
Dxfs_mount.h128 xfs_agnumber_t m_agfrotor; /* last ag where space found */ member
Dxfs_alloc.c2285 ((mp->m_agfrotor / rotorstep) % in __xfs_alloc_vextent()
2302 args->agno = sagno = (mp->m_agfrotor / rotorstep) % in __xfs_alloc_vextent()
2391 mp->m_agfrotor = (mp->m_agfrotor + 1) % in __xfs_alloc_vextent()
2394 mp->m_agfrotor = (args->agno * rotorstep + 1) % in __xfs_alloc_vextent()
Dxfs_mount.c750 mp->m_agfrotor = mp->m_agirotor = 0; in xfs_mount_common()