Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_mount.h262 atomic_t m_agirotor; /* last ag dir inode alloced */ member
/linux/fs/xfs/libxfs/
H A Dxfs_sb.c1189 atomic_set(&mp->m_agirotor, 0); in xfs_sb_mount_common()
H A Dxfs_ialloc.c1870 return (atomic_inc_return(&mp->m_agirotor) - 1) % mp->m_maxagi; in xfs_dialloc_pick_ag()