Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_mount.h190 xfs_agnumber_t m_agirotor; /* last ag dir inode alloced */ member
/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_ialloc.c917 agno = mp->m_agirotor; in xfs_ialloc_next_ag()
918 if (++mp->m_agirotor >= mp->m_maxagi) in xfs_ialloc_next_ag()
919 mp->m_agirotor = 0; in xfs_ialloc_next_ag()
Dxfs_sb.c839 mp->m_agfrotor = mp->m_agirotor = 0; in xfs_sb_mount_common()