Home
last modified time | relevance | path

Searched refs:m_agirotor (Results 1 – 3 of 3) sorted by relevance

/fs/xfs/
Dxfs_ialloc.c417 agno = mp->m_agirotor; in xfs_ialloc_next_ag()
418 if (++mp->m_agirotor == mp->m_maxagi) in xfs_ialloc_next_ag()
419 mp->m_agirotor = 0; in xfs_ialloc_next_ag()
Dxfs_mount.h241 xfs_agnumber_t m_agirotor; /* last ag dir inode alloced */ member
Dxfs_mount.c569 mp->m_agfrotor = mp->m_agirotor = 0; in xfs_mount_common()