Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_filestream.c283 agno = (mp->m_agfrotor / rotorstep) % mp->m_sb.sb_agcount; in xfs_filestream_create_association()
284 mp->m_agfrotor = (mp->m_agfrotor + 1) % in xfs_filestream_create_association()
H A Dxfs_mount.h302 xfs_agnumber_t m_agfrotor; /* last ag where space found */ member
/linux/fs/xfs/libxfs/
H A Dxfs_sb.c1262 mp->m_agfrotor = 0; in xfs_sb_mount_common()