Home
last modified time | relevance | path

Searched refs:m_maxagi (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/fs/xfs/
Dxfs_mount.h143 xfs_agnumber_t m_maxagi; /* highest inode alloc group */ member
Dxfs_fsops.c199 mp->m_maxagi = nagimax; in xfs_growfs_data_private()
Dxfs_mount.c801 &mp->m_maxagi); in xfs_mountfs()
Dxfs_super.c1926 mp->m_maxagi = xfs_set_inode_alloc(mp, mp->m_sb.sb_agcount); in xfs_fs_reconfigure()
1932 mp->m_maxagi = xfs_set_inode_alloc(mp, mp->m_sb.sb_agcount); in xfs_fs_reconfigure()
Dxfs_log_recover.c3335 &mp->m_maxagi); in xlog_do_recover()
/Linux-v6.6/fs/xfs/libxfs/
Dxfs_ialloc.c1759 mp->m_maxagi; in xfs_dialloc()
1762 if (start_agno >= mp->m_maxagi) in xfs_dialloc()
1801 for_each_perag_wrap_at(mp, start_agno, mp->m_maxagi, agno, pag) { in xfs_dialloc()
Dxfs_sb.c970 mp->m_maxagi = mp->m_sb.sb_agcount; in xfs_sb_mount_common()