Symbol: M_IGEO
fs/xfs/libxfs/xfs_ag.c
171
bno = round_up(XFS_AGFL_BLOCK(mp) + 1, M_IGEO(mp)->cluster_align);
fs/xfs/libxfs/xfs_ag.c
178
bno = round_down(eoag, M_IGEO(mp)->cluster_align);
fs/xfs/libxfs/xfs_bmap.c
208
return M_IGEO(ip->i_mount)->attr_fork_offset;
fs/xfs/libxfs/xfs_ialloc.c
1781
ineed = M_IGEO(mp)->ialloc_min_blks;
fs/xfs/libxfs/xfs_ialloc.c
1783
ineed += M_IGEO(mp)->cluster_align;
fs/xfs/libxfs/xfs_ialloc.c
1896
struct xfs_ino_geometry *igeo = M_IGEO(mp);
fs/xfs/libxfs/xfs_ialloc.c
2013
M_IGEO(mp)->ialloc_blks, &XFS_RMAP_OINFO_INODES,
fs/xfs/libxfs/xfs_ialloc.c
2439
rec.ir_startino + M_IGEO(mp)->ialloc_inos <= agino)
fs/xfs/libxfs/xfs_ialloc.c
2519
if (M_IGEO(mp)->blocks_per_cluster == 1) {
fs/xfs/libxfs/xfs_ialloc.c
2530
if (M_IGEO(mp)->inoalign_mask) {
fs/xfs/libxfs/xfs_ialloc.c
2531
offset_agbno = agbno & M_IGEO(mp)->inoalign_mask;
fs/xfs/libxfs/xfs_ialloc.c
2549
((offset_agbno / M_IGEO(mp)->blocks_per_cluster) *
fs/xfs/libxfs/xfs_ialloc.c
2550
M_IGEO(mp)->blocks_per_cluster);
fs/xfs/libxfs/xfs_ialloc.c
2556
if (imap->im_agbno + M_IGEO(mp)->blocks_per_cluster >
fs/xfs/libxfs/xfs_ialloc.c
2559
imap->im_agbno, M_IGEO(mp)->blocks_per_cluster,
fs/xfs/libxfs/xfs_ialloc.c
2664
be32_to_cpu(agi->agi_level) > M_IGEO(mp)->inobt_maxlevels)
fs/xfs/libxfs/xfs_ialloc.c
2669
be32_to_cpu(agi->agi_free_level) > M_IGEO(mp)->inobt_maxlevels))
fs/xfs/libxfs/xfs_ialloc.c
2966
struct xfs_ino_geometry *igeo = M_IGEO(mp);
fs/xfs/libxfs/xfs_ialloc.c
3077
struct xfs_ino_geometry *igeo = M_IGEO(mp);
fs/xfs/libxfs/xfs_ialloc.c
320
nbufs = length / M_IGEO(mp)->blocks_per_cluster;
fs/xfs/libxfs/xfs_ialloc.c
364
(j * M_IGEO(mp)->blocks_per_cluster));
fs/xfs/libxfs/xfs_ialloc.c
366
mp->m_bsize * M_IGEO(mp)->blocks_per_cluster,
fs/xfs/libxfs/xfs_ialloc.c
374
for (i = 0; i < M_IGEO(mp)->inodes_per_cluster; i++) {
fs/xfs/libxfs/xfs_ialloc.c
708
struct xfs_ino_geometry *igeo = M_IGEO(tp->t_mountp);
fs/xfs/libxfs/xfs_ialloc_btree.c
199
return M_IGEO(cur->bc_mp)->inobt_mxr[level != 0];
fs/xfs/libxfs/xfs_ialloc_btree.c
320
if (level >= M_IGEO(mp)->inobt_maxlevels)
fs/xfs/libxfs/xfs_ialloc_btree.c
324
M_IGEO(mp)->inobt_mxr[level != 0]);
fs/xfs/libxfs/xfs_ialloc_btree.c
33
return M_IGEO(cur->bc_mp)->inobt_mnr[level != 0];
fs/xfs/libxfs/xfs_ialloc_btree.c
486
M_IGEO(mp)->inobt_maxlevels, xfs_inobt_cur_cache);
fs/xfs/libxfs/xfs_ialloc_btree.c
512
M_IGEO(mp)->inobt_maxlevels, xfs_inobt_cur_cache);
fs/xfs/libxfs/xfs_ialloc_btree.c
723
if (M_IGEO(mp)->inobt_mxr[0] == 0)
fs/xfs/libxfs/xfs_ialloc_btree.c
734
return xfs_btree_calc_size(M_IGEO(mp)->inobt_mnr,
fs/xfs/libxfs/xfs_ialloc_btree.c
818
return xfs_btree_calc_size(M_IGEO(mp)->inobt_mnr, len);
fs/xfs/libxfs/xfs_inode_buf.c
140
XFS_FSB_TO_BB(mp, M_IGEO(mp)->blocks_per_cluster),
fs/xfs/libxfs/xfs_trans_resv.c
164
return xfs_calc_buf_res(M_IGEO(mp)->inobt_maxlevels,
fs/xfs/libxfs/xfs_trans_resv.c
222
res += xfs_calc_buf_res(M_IGEO(mp)->ialloc_blks, size);
fs/xfs/libxfs/xfs_trans_resv.c
684
2 * M_IGEO(mp)->inode_cluster_size;
fs/xfs/libxfs/xfs_trans_resv.c
746
M_IGEO(mp)->inode_cluster_size;
fs/xfs/libxfs/xfs_trans_space.h
108
(xfs_has_finobt(mp) ? M_IGEO(mp)->inobt_maxlevels : 0)
fs/xfs/libxfs/xfs_trans_space.h
83
(M_IGEO(mp)->ialloc_blks + \
fs/xfs/libxfs/xfs_trans_space.h
84
((xfs_has_finobt(mp) ? 2 : 1) * M_IGEO(mp)->inobt_maxlevels))
fs/xfs/scrub/agheader.c
980
struct xfs_ino_geometry *igeo = M_IGEO(sc->mp);
fs/xfs/scrub/agheader_repair.c
1725
.maxlevels = M_IGEO(sc->mp)->inobt_maxlevels,
fs/xfs/scrub/agheader_repair.c
1730
.maxlevels = M_IGEO(sc->mp)->inobt_maxlevels,
fs/xfs/scrub/ialloc.c
378
M_IGEO(mp)->inodes_per_cluster);
fs/xfs/scrub/ialloc.c
409
XFS_FSB_TO_BB(mp, M_IGEO(mp)->blocks_per_cluster),
fs/xfs/scrub/ialloc.c
423
M_IGEO(mp)->blocks_per_cluster,
fs/xfs/scrub/ialloc.c
428
xchk_xref_is_only_owned_by(bs->sc, agbno, M_IGEO(mp)->blocks_per_cluster,
fs/xfs/scrub/ialloc.c
480
cluster_base += M_IGEO(bs->sc->mp)->inodes_per_cluster) {
fs/xfs/scrub/ialloc.c
502
struct xfs_ino_geometry *igeo = M_IGEO(mp);
fs/xfs/scrub/ialloc_repair.c
293
struct xfs_ino_geometry *igeo = M_IGEO(mp);
fs/xfs/scrub/ialloc_repair.c
340
struct xfs_ino_geometry *igeo = M_IGEO(mp);
fs/xfs/scrub/ialloc_repair.c
412
struct xfs_ino_geometry *igeo = M_IGEO(mp);
fs/xfs/scrub/inode_repair.c
1566
XFS_FSB_TO_BB(mp, M_IGEO(mp)->blocks_per_cluster),
fs/xfs/scrub/quota.c
192
if (dq->q_ino.hardlimit > M_IGEO(mp)->maxicount)
fs/xfs/xfs_buf_item_recover.c
1137
(BBTOB(bp->b_length) != M_IGEO(log->l_mp)->inode_cluster_size)) {
fs/xfs/xfs_fsops.c
326
M_IGEO(mp)->maxicount = XFS_FSB_TO_INO(mp, icount);
fs/xfs/xfs_fsops.c
328
M_IGEO(mp)->maxicount = 0;
fs/xfs/xfs_icache.c
108
M_IGEO(mp)->min_folio_order);
fs/xfs/xfs_icache.c
353
M_IGEO(mp)->min_folio_order);
fs/xfs/xfs_icreate_item.c
148
struct xfs_ino_geometry *igeo = M_IGEO(mp);
fs/xfs/xfs_inode.c
1706
struct xfs_ino_geometry *igeo = M_IGEO(mp);
fs/xfs/xfs_inode_item.c
662
ilf->ilf_len = XFS_FSB_TO_BB(mp, M_IGEO(mp)->blocks_per_cluster);
fs/xfs/xfs_iwalk.c
102
struct xfs_ino_geometry *igeo = M_IGEO(mp);
fs/xfs/xfs_mount.c
634
struct xfs_ino_geometry *igeo = M_IGEO(mp);
fs/xfs/xfs_mount.c
665
levels = max(mp->m_alloc_maxlevels, M_IGEO(mp)->inobt_maxlevels);
fs/xfs/xfs_mount.c
841
struct xfs_ino_geometry *igeo = M_IGEO(mp);
fs/xfs/xfs_super.c
322
if (M_IGEO(mp)->maxicount) {
fs/xfs/xfs_super.c
908
if (M_IGEO(mp)->maxicount)
fs/xfs/xfs_super.c
910
M_IGEO(mp)->maxicount);