Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_mount.h143 xfs_agnumber_t m_maxagi; /* highest inode alloc group */ member
H A Dxfs_fsops.c201 mp->m_maxagi = nagimax; in xfs_growfs_data_private()
H A Dxfs_buf_item_recover.c742 mp->m_sb.sb_dblocks, &mp->m_maxagi); in xlog_recover_do_primary_sb_buffer()
H A Dxfs_super.c1937 mp->m_maxagi = xfs_set_inode_alloc(mp, mp->m_sb.sb_agcount); in xfs_fs_reconfigure()
1943 mp->m_maxagi = xfs_set_inode_alloc(mp, mp->m_sb.sb_agcount); in xfs_fs_reconfigure()
H A Dxfs_mount.c801 mp->m_sb.sb_dblocks, &mp->m_maxagi); in xfs_mountfs()
/openbmc/linux/fs/xfs/libxfs/
H A 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()
H A Dxfs_sb.c966 mp->m_maxagi = mp->m_sb.sb_agcount; in xfs_sb_mount_common()