Home
last modified time | relevance | path

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

/Linux-v6.6/fs/xfs/
Dxfs_filestream.c286 agno = (mp->m_agfrotor / rotorstep) % mp->m_sb.sb_agcount; in xfs_filestream_create_association()
287 mp->m_agfrotor = (mp->m_agfrotor + 1) % in xfs_filestream_create_association()
Dxfs_mount.h218 xfs_agnumber_t m_agfrotor; /* last ag where space found */ member
/Linux-v6.6/fs/xfs/libxfs/
Dxfs_alloc.c3589 ((mp->m_agfrotor / rotorstep) % in xfs_alloc_vextent_start_ag()
3600 mp->m_agfrotor = (mp->m_agfrotor + 1) % in xfs_alloc_vextent_start_ag()
3603 mp->m_agfrotor = (args->agno * rotorstep + 1) % in xfs_alloc_vextent_start_ag()
Dxfs_sb.c968 mp->m_agfrotor = 0; in xfs_sb_mount_common()