Lines Matching refs:M_IGEO
318 nbufs = length / M_IGEO(mp)->blocks_per_cluster; in xfs_ialloc_inode_init()
362 (j * M_IGEO(mp)->blocks_per_cluster)); in xfs_ialloc_inode_init()
364 mp->m_bsize * M_IGEO(mp)->blocks_per_cluster, in xfs_ialloc_inode_init()
372 for (i = 0; i < M_IGEO(mp)->inodes_per_cluster; i++) { in xfs_ialloc_inode_init()
709 struct xfs_ino_geometry *igeo = M_IGEO(tp->t_mountp); in xfs_ialloc_ag_alloc()
1782 ineed = M_IGEO(mp)->ialloc_min_blks; in xfs_dialloc_good_ag()
1784 ineed += M_IGEO(mp)->cluster_align; in xfs_dialloc_good_ag()
1868 struct xfs_ino_geometry *igeo = M_IGEO(mp); in xfs_dialloc()
1993 M_IGEO(mp)->ialloc_blks, &XFS_RMAP_OINFO_INODES, in xfs_difree_inode_chunk()
2420 rec.ir_startino + M_IGEO(mp)->ialloc_inos <= agino) in xfs_imap_lookup()
2506 if (M_IGEO(mp)->blocks_per_cluster == 1) { in xfs_imap()
2522 if (M_IGEO(mp)->inoalign_mask) { in xfs_imap()
2523 offset_agbno = agbno & M_IGEO(mp)->inoalign_mask; in xfs_imap()
2535 ((offset_agbno / M_IGEO(mp)->blocks_per_cluster) * in xfs_imap()
2536 M_IGEO(mp)->blocks_per_cluster); in xfs_imap()
2541 imap->im_len = XFS_FSB_TO_BB(mp, M_IGEO(mp)->blocks_per_cluster); in xfs_imap()
2660 be32_to_cpu(agi->agi_level) > M_IGEO(mp)->inobt_maxlevels) in xfs_agi_verify()
2665 be32_to_cpu(agi->agi_free_level) > M_IGEO(mp)->inobt_maxlevels)) in xfs_agi_verify()
2939 struct xfs_ino_geometry *igeo = M_IGEO(mp); in xfs_ialloc_setup_geometry()
3050 struct xfs_ino_geometry *igeo = M_IGEO(mp); in xfs_ialloc_calc_rootino()