Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_filestream.c343 startag = (mp->m_agfrotor / rotorstep) % mp->m_sb.sb_agcount; in xfs_filestream_lookup_ag()
344 mp->m_agfrotor = (mp->m_agfrotor + 1) % in xfs_filestream_lookup_ag()
Dxfs_mount.h57 xfs_agnumber_t m_agfrotor; /* last ag where space found */ member
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_alloc.c2517 ((mp->m_agfrotor / rotorstep) % in xfs_alloc_vextent()
2534 args->agno = sagno = (mp->m_agfrotor / rotorstep) % in xfs_alloc_vextent()
2623 mp->m_agfrotor = (mp->m_agfrotor + 1) % in xfs_alloc_vextent()
2626 mp->m_agfrotor = (args->agno * rotorstep + 1) % in xfs_alloc_vextent()
Dxfs_sb.c705 mp->m_agfrotor = mp->m_agirotor = 0; in xfs_sb_mount_common()