Searched refs:m_agfrotor (Results 1 – 4 of 4) sorted by relevance
581 startag = (mp->m_agfrotor / rotorstep) % mp->m_sb.sb_agcount; in xfs_filestream_associate()582 mp->m_agfrotor = (mp->m_agfrotor + 1) % in xfs_filestream_associate()
2426 ((mp->m_agfrotor / rotorstep) % in xfs_alloc_vextent()2443 args->agno = sagno = (mp->m_agfrotor / rotorstep) % in xfs_alloc_vextent()2531 mp->m_agfrotor = (mp->m_agfrotor + 1) % in xfs_alloc_vextent()2534 mp->m_agfrotor = (args->agno * rotorstep + 1) % in xfs_alloc_vextent()
240 xfs_agnumber_t m_agfrotor; /* last ag where space found */ member
569 mp->m_agfrotor = mp->m_agirotor = 0; in xfs_mount_common()