Lines Matching refs:M_IGEO
309 nbufs = length / M_IGEO(mp)->blocks_per_cluster;
353 (j * M_IGEO(mp)->blocks_per_cluster));
355 mp->m_bsize * M_IGEO(mp)->blocks_per_cluster,
363 for (i = 0; i < M_IGEO(mp)->inodes_per_cluster; i++) {
650 struct xfs_ino_geometry *igeo = M_IGEO(tp->t_mountp);
1661 ineed = M_IGEO(mp)->ialloc_min_blks;
1663 ineed += M_IGEO(mp)->cluster_align;
1746 struct xfs_ino_geometry *igeo = M_IGEO(mp);
1856 M_IGEO(mp)->ialloc_blks, &XFS_RMAP_OINFO_INODES,
2278 rec.ir_startino + M_IGEO(mp)->ialloc_inos <= agino)
2364 if (M_IGEO(mp)->blocks_per_cluster == 1) {
2380 if (M_IGEO(mp)->inoalign_mask) {
2381 offset_agbno = agbno & M_IGEO(mp)->inoalign_mask;
2393 ((offset_agbno / M_IGEO(mp)->blocks_per_cluster) *
2394 M_IGEO(mp)->blocks_per_cluster);
2399 imap->im_len = XFS_FSB_TO_BB(mp, M_IGEO(mp)->blocks_per_cluster);
2518 be32_to_cpu(agi->agi_level) > M_IGEO(mp)->inobt_maxlevels)
2523 be32_to_cpu(agi->agi_free_level) > M_IGEO(mp)->inobt_maxlevels))
2791 struct xfs_ino_geometry *igeo = M_IGEO(mp);
2897 struct xfs_ino_geometry *igeo = M_IGEO(mp);