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