Lines Matching refs:M_IGEO
286 nbufs = length / M_IGEO(mp)->blocks_per_cluster;
330 (j * M_IGEO(mp)->blocks_per_cluster));
332 mp->m_bsize * M_IGEO(mp)->blocks_per_cluster,
340 for (i = 0; i < M_IGEO(mp)->inodes_per_cluster; i++) {
630 struct xfs_ino_geometry *igeo = M_IGEO(tp->t_mountp);
1012 ineed = M_IGEO(mp)->ialloc_min_blks;
1014 ineed += M_IGEO(mp)->cluster_align;
1722 struct xfs_ino_geometry *igeo = M_IGEO(mp);
1872 M_IGEO(mp)->ialloc_blks,
2294 rec.ir_startino + M_IGEO(mp)->ialloc_inos <= agino)
2385 if (M_IGEO(mp)->blocks_per_cluster == 1) {
2401 if (M_IGEO(mp)->inoalign_mask) {
2402 offset_agbno = agbno & M_IGEO(mp)->inoalign_mask;
2414 ((offset_agbno / M_IGEO(mp)->blocks_per_cluster) *
2415 M_IGEO(mp)->blocks_per_cluster);
2420 imap->im_len = XFS_FSB_TO_BB(mp, M_IGEO(mp)->blocks_per_cluster);
2806 struct xfs_ino_geometry *igeo = M_IGEO(mp);
2909 struct xfs_ino_geometry *igeo = M_IGEO(mp);