Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_mount.h219 atomic_t m_agirotor; /* last ag dir inode alloced */ member
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_sb.c965 atomic_set(&mp->m_agirotor, 0); in xfs_sb_mount_common()
H A Dxfs_ialloc.c1758 start_agno = (atomic_inc_return(&mp->m_agirotor) - 1) % in xfs_dialloc()