M_IGEO            285 fs/xfs/libxfs/xfs_ialloc.c 	nbufs = length / M_IGEO(mp)->blocks_per_cluster;
M_IGEO            329 fs/xfs/libxfs/xfs_ialloc.c 				(j * M_IGEO(mp)->blocks_per_cluster));
M_IGEO            332 fs/xfs/libxfs/xfs_ialloc.c 					 M_IGEO(mp)->blocks_per_cluster,
M_IGEO            340 fs/xfs/libxfs/xfs_ialloc.c 		for (i = 0; i < M_IGEO(mp)->inodes_per_cluster; i++) {
M_IGEO            621 fs/xfs/libxfs/xfs_ialloc.c 	struct xfs_ino_geometry	*igeo = M_IGEO(tp->t_mountp);
M_IGEO           1004 fs/xfs/libxfs/xfs_ialloc.c 		ineed = M_IGEO(mp)->ialloc_min_blks;
M_IGEO           1006 fs/xfs/libxfs/xfs_ialloc.c 			ineed += M_IGEO(mp)->cluster_align;
M_IGEO           1692 fs/xfs/libxfs/xfs_ialloc.c 	struct xfs_ino_geometry	*igeo = M_IGEO(mp);
M_IGEO           1842 fs/xfs/libxfs/xfs_ialloc.c 				  M_IGEO(mp)->ialloc_blks,
M_IGEO           2252 fs/xfs/libxfs/xfs_ialloc.c 	    rec.ir_startino + M_IGEO(mp)->ialloc_inos <= agino)
M_IGEO           2343 fs/xfs/libxfs/xfs_ialloc.c 	if (M_IGEO(mp)->blocks_per_cluster == 1) {
M_IGEO           2359 fs/xfs/libxfs/xfs_ialloc.c 	if (M_IGEO(mp)->inoalign_mask) {
M_IGEO           2360 fs/xfs/libxfs/xfs_ialloc.c 		offset_agbno = agbno & M_IGEO(mp)->inoalign_mask;
M_IGEO           2372 fs/xfs/libxfs/xfs_ialloc.c 		((offset_agbno / M_IGEO(mp)->blocks_per_cluster) *
M_IGEO           2373 fs/xfs/libxfs/xfs_ialloc.c 		 M_IGEO(mp)->blocks_per_cluster);
M_IGEO           2378 fs/xfs/libxfs/xfs_ialloc.c 	imap->im_len = XFS_FSB_TO_BB(mp, M_IGEO(mp)->blocks_per_cluster);
M_IGEO           2765 fs/xfs/libxfs/xfs_ialloc.c 	struct xfs_ino_geometry	*igeo = M_IGEO(mp);
M_IGEO             29 fs/xfs/libxfs/xfs_ialloc_btree.c 	return M_IGEO(cur->bc_mp)->inobt_mnr[level != 0];
M_IGEO            165 fs/xfs/libxfs/xfs_ialloc_btree.c 	return M_IGEO(cur->bc_mp)->inobt_mxr[level != 0];
M_IGEO            282 fs/xfs/libxfs/xfs_ialloc_btree.c 	if (level >= M_IGEO(mp)->inobt_maxlevels)
M_IGEO            286 fs/xfs/libxfs/xfs_ialloc_btree.c 			M_IGEO(mp)->inobt_mxr[level != 0]);
M_IGEO            548 fs/xfs/libxfs/xfs_ialloc_btree.c 	if (M_IGEO(mp)->inobt_mxr[0] == 0)
M_IGEO            560 fs/xfs/libxfs/xfs_ialloc_btree.c 	return xfs_btree_calc_size(M_IGEO(mp)->inobt_mnr,
M_IGEO            650 fs/xfs/libxfs/xfs_ialloc_btree.c 	return xfs_btree_calc_size(M_IGEO(mp)->inobt_mnr, len);
M_IGEO             36 fs/xfs/libxfs/xfs_inode_buf.c 	for (i = 0; i < M_IGEO(mp)->inodes_per_cluster; i++) {
M_IGEO            137 fs/xfs/libxfs/xfs_trans_resv.c 	return xfs_calc_buf_res(M_IGEO(mp)->inobt_maxlevels,
M_IGEO            195 fs/xfs/libxfs/xfs_trans_resv.c 	res += xfs_calc_buf_res(M_IGEO(mp)->ialloc_blks, size);
M_IGEO            309 fs/xfs/libxfs/xfs_trans_resv.c 	       2 * M_IGEO(mp)->inode_cluster_size;
M_IGEO            347 fs/xfs/libxfs/xfs_trans_resv.c 			M_IGEO(mp)->inode_cluster_size;
M_IGEO             59 fs/xfs/libxfs/xfs_trans_space.h 	(M_IGEO(mp)->ialloc_blks + \
M_IGEO             61 fs/xfs/libxfs/xfs_trans_space.h 	  (M_IGEO(mp)->inobt_maxlevels - 1)))
M_IGEO             98 fs/xfs/libxfs/xfs_trans_space.h 			M_IGEO(mp)->inobt_maxlevels : 0)
M_IGEO             81 fs/xfs/libxfs/xfs_types.c 	bno = round_up(XFS_AGFL_BLOCK(mp) + 1, M_IGEO(mp)->cluster_align);
M_IGEO             88 fs/xfs/libxfs/xfs_types.c 	bno = round_down(eoag, M_IGEO(mp)->cluster_align);
M_IGEO            226 fs/xfs/scrub/ialloc.c 			M_IGEO(mp)->inodes_per_cluster);
M_IGEO            247 fs/xfs/scrub/ialloc.c 	imap.im_len = XFS_FSB_TO_BB(mp, M_IGEO(mp)->blocks_per_cluster);
M_IGEO            272 fs/xfs/scrub/ialloc.c 				M_IGEO(mp)->blocks_per_cluster,
M_IGEO            277 fs/xfs/scrub/ialloc.c 	xchk_xref_is_owned_by(bs->sc, agbno, M_IGEO(mp)->blocks_per_cluster,
M_IGEO            329 fs/xfs/scrub/ialloc.c 	     cluster_base += M_IGEO(bs->sc->mp)->inodes_per_cluster) {
M_IGEO            351 fs/xfs/scrub/ialloc.c 	struct xfs_ino_geometry		*igeo = M_IGEO(mp);
M_IGEO            136 fs/xfs/scrub/quota.c 	if (ihard > M_IGEO(mp)->maxicount)
M_IGEO            250 fs/xfs/xfs_fsops.c 		M_IGEO(mp)->maxicount = XFS_FSB_TO_INO(mp, icount);
M_IGEO            252 fs/xfs/xfs_fsops.c 		M_IGEO(mp)->maxicount = 0;
M_IGEO           2534 fs/xfs/xfs_inode.c 	struct xfs_ino_geometry	*igeo = M_IGEO(mp);
M_IGEO           3474 fs/xfs/xfs_inode.c 	struct xfs_ino_geometry	*igeo = M_IGEO(mp);
M_IGEO             93 fs/xfs/xfs_iwalk.c 	struct xfs_ino_geometry		*igeo = M_IGEO(mp);
M_IGEO           2817 fs/xfs/xfs_log_recover.c 	    (BBTOB(bp->b_length) != M_IGEO(log->l_mp)->inode_cluster_size)) {
M_IGEO           3772 fs/xfs/xfs_log_recover.c 	struct xfs_ino_geometry	*igeo = M_IGEO(mp);
M_IGEO            635 fs/xfs/xfs_mount.c 	struct xfs_ino_geometry	*igeo = M_IGEO(mp);
M_IGEO            572 fs/xfs/xfs_super.c 	if (M_IGEO(mp)->maxicount) {
M_IGEO           1113 fs/xfs/xfs_super.c 	if (M_IGEO(mp)->maxicount)
M_IGEO           1116 fs/xfs/xfs_super.c 					M_IGEO(mp)->maxicount);