Home
last modified time | relevance | path

Searched refs:M_IGEO (Results 1 – 10 of 10) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_trans_space.h83 (M_IGEO(mp)->ialloc_blks + \
84 ((xfs_has_finobt(mp) ? 2 : 1) * M_IGEO(mp)->inobt_maxlevels))
108 (xfs_has_finobt(mp) ? M_IGEO(mp)->inobt_maxlevels : 0)
/linux/fs/xfs/scrub/
H A Dquota.c192 if (dq->q_ino.hardlimit > M_IGEO(mp)->maxicount) in xchk_quota_item()
H A Dagheader_repair.c1836 .maxlevels = M_IGEO(sc->mp)->inobt_maxlevels, in xrep_agi()
1841 .maxlevels = M_IGEO(sc->mp)->inobt_maxlevels, in xrep_agi()
H A Dagheader.c1026 struct xfs_ino_geometry *igeo = M_IGEO(sc->mp); in xchk_agi()
H A Dinode_repair.c1566 XFS_FSB_TO_BB(mp, M_IGEO(mp)->blocks_per_cluster), in xrep_dinode_core()
/linux/fs/xfs/
H A Dxfs_iwalk.c102 struct xfs_ino_geometry *igeo = M_IGEO(mp); in xfs_iwalk_ichunk_ra()
H A Dxfs_mount.h361 #define M_IGEO(mp) (&(mp)->m_ino_geo) macro
H A Dxfs_super.c322 if (M_IGEO(mp)->maxicount) { in xfs_set_inode_alloc()
955 if (M_IGEO(mp)->maxicount) in xfs_statfs_inodes()
957 M_IGEO(mp)->maxicount); in xfs_statfs_inodes()
H A Dxfs_buf_item_recover.c1160 (BBTOB(bp->b_length) != M_IGEO(log->l_mp)->inode_cluster_size)) { in xlog_recover_buf_commit_pass2()
H A Dxfs_inode.c1706 struct xfs_ino_geometry *igeo = M_IGEO(mp); in xfs_ifree_cluster()