Lines Matching refs:M_IGEO
284 nbufs = length / M_IGEO(mp)->blocks_per_cluster; in xfs_ialloc_inode_init()
328 (j * M_IGEO(mp)->blocks_per_cluster)); in xfs_ialloc_inode_init()
330 mp->m_bsize * M_IGEO(mp)->blocks_per_cluster, in xfs_ialloc_inode_init()
338 for (i = 0; i < M_IGEO(mp)->inodes_per_cluster; i++) { in xfs_ialloc_inode_init()
625 struct xfs_ino_geometry *igeo = M_IGEO(tp->t_mountp); in xfs_ialloc_ag_alloc()
1653 ineed = M_IGEO(mp)->ialloc_min_blks; in xfs_dialloc_good_ag()
1655 ineed += M_IGEO(mp)->cluster_align; in xfs_dialloc_good_ag()
1738 struct xfs_ino_geometry *igeo = M_IGEO(mp); in xfs_dialloc()
1831 M_IGEO(mp)->ialloc_blks, in xfs_difree_inode_chunk()
2248 rec.ir_startino + M_IGEO(mp)->ialloc_inos <= agino) in xfs_imap_lookup()
2341 if (M_IGEO(mp)->blocks_per_cluster == 1) { in xfs_imap()
2358 if (M_IGEO(mp)->inoalign_mask) { in xfs_imap()
2359 offset_agbno = agbno & M_IGEO(mp)->inoalign_mask; in xfs_imap()
2371 ((offset_agbno / M_IGEO(mp)->blocks_per_cluster) * in xfs_imap()
2372 M_IGEO(mp)->blocks_per_cluster); in xfs_imap()
2377 imap->im_len = XFS_FSB_TO_BB(mp, M_IGEO(mp)->blocks_per_cluster); in xfs_imap()
2494 be32_to_cpu(agi->agi_level) > M_IGEO(mp)->inobt_maxlevels) in xfs_agi_verify()
2499 be32_to_cpu(agi->agi_free_level) > M_IGEO(mp)->inobt_maxlevels)) in xfs_agi_verify()
2753 struct xfs_ino_geometry *igeo = M_IGEO(mp); in xfs_ialloc_setup_geometry()
2859 struct xfs_ino_geometry *igeo = M_IGEO(mp); in xfs_ialloc_calc_rootino()