Searched refs:M_IGEO (Results 1 - 19 of 19) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_trans_space.h66 (M_IGEO(mp)->ialloc_blks + \
67 ((xfs_has_finobt(mp) ? 2 : 1) * M_IGEO(mp)->inobt_maxlevels))
103 (xfs_has_finobt(mp) ? M_IGEO(mp)->inobt_maxlevels : 0)
H A Dxfs_ialloc_btree.c33 return M_IGEO(cur->bc_mp)->inobt_mnr[level != 0];
199 return M_IGEO(cur->bc_mp)->inobt_mxr[level != 0];
319 if (level >= M_IGEO(mp)->inobt_maxlevels)
323 M_IGEO(mp)->inobt_mxr[level != 0]);
485 M_IGEO(mp)->inobt_maxlevels, xfs_inobt_cur_cache);
511 M_IGEO(mp)->inobt_maxlevels, xfs_inobt_cur_cache);
722 if (M_IGEO(mp)->inobt_mxr[0] == 0)
733 return xfs_btree_calc_size(M_IGEO(mp)->inobt_mnr,
815 return xfs_btree_calc_size(M_IGEO(mp)->inobt_mnr, len);
H A Dxfs_ialloc.c318 nbufs = length / M_IGEO(mp)->blocks_per_cluster;
362 (j * M_IGEO(mp)->blocks_per_cluster));
364 mp->m_bsize * M_IGEO(mp)->blocks_per_cluster,
372 for (i = 0; i < M_IGEO(mp)->inodes_per_cluster; i++) {
709 struct xfs_ino_geometry *igeo = M_IGEO(tp->t_mountp);
1742 ineed = M_IGEO(mp)->ialloc_min_blks;
1744 ineed += M_IGEO(mp)->cluster_align;
1827 struct xfs_ino_geometry *igeo = M_IGEO(mp);
1937 M_IGEO(mp)->ialloc_blks, &XFS_RMAP_OINFO_INODES,
2365 rec.ir_startino + M_IGEO(m
[all...]
H A Dxfs_trans_resv.c148 return xfs_calc_buf_res(M_IGEO(mp)->inobt_maxlevels,
206 res += xfs_calc_buf_res(M_IGEO(mp)->ialloc_blks, size);
461 2 * M_IGEO(mp)->inode_cluster_size;
499 M_IGEO(mp)->inode_cluster_size;
H A Dxfs_ag.c315 bno = round_up(XFS_AGFL_BLOCK(mp) + 1, M_IGEO(mp)->cluster_align);
322 bno = round_down(eoag, M_IGEO(mp)->cluster_align);
H A Dxfs_bmap.c208 return M_IGEO(ip->i_mount)->attr_fork_offset;
/linux-master/fs/xfs/scrub/
H A Dialloc.c379 M_IGEO(mp)->inodes_per_cluster);
400 imap.im_len = XFS_FSB_TO_BB(mp, M_IGEO(mp)->blocks_per_cluster);
425 M_IGEO(mp)->blocks_per_cluster,
430 xchk_xref_is_only_owned_by(bs->sc, agbno, M_IGEO(mp)->blocks_per_cluster,
481 cluster_base += M_IGEO(bs->sc->mp)->inodes_per_cluster) {
503 struct xfs_ino_geometry *igeo = M_IGEO(mp);
H A Dialloc_repair.c296 struct xfs_ino_geometry *igeo = M_IGEO(mp);
345 struct xfs_ino_geometry *igeo = M_IGEO(mp);
417 struct xfs_ino_geometry *igeo = M_IGEO(mp);
H A Dquota.c193 if (dq->q_ino.hardlimit > M_IGEO(mp)->maxicount)
H A Dagheader_repair.c965 .maxlevels = M_IGEO(sc->mp)->inobt_maxlevels,
970 .maxlevels = M_IGEO(sc->mp)->inobt_maxlevels,
H A Dagheader.c876 struct xfs_ino_geometry *igeo = M_IGEO(sc->mp);
/linux-master/fs/xfs/
H A Dxfs_fsops.c319 M_IGEO(mp)->maxicount = XFS_FSB_TO_INO(mp, icount);
321 M_IGEO(mp)->maxicount = 0;
H A Dxfs_icreate_item.c150 struct xfs_ino_geometry *igeo = M_IGEO(mp);
H A Dxfs_mount.c603 struct xfs_ino_geometry *igeo = M_IGEO(mp);
618 levels = max(mp->m_alloc_maxlevels, M_IGEO(mp)->inobt_maxlevels);
639 struct xfs_ino_geometry *igeo = M_IGEO(mp);
H A Dxfs_mount.h260 #define M_IGEO(mp) (&(mp)->m_ino_geo) macro
H A Dxfs_super.c290 if (M_IGEO(mp)->maxicount) {
860 if (M_IGEO(mp)->maxicount)
863 M_IGEO(mp)->maxicount);
H A Dxfs_buf_item_recover.c991 (BBTOB(bp->b_length) != M_IGEO(log->l_mp)->inode_cluster_size)) {
H A Dxfs_iwalk.c102 struct xfs_ino_geometry *igeo = M_IGEO(mp);
H A Dxfs_inode.c2383 struct xfs_ino_geometry *igeo = M_IGEO(mp);

Completed in 301 milliseconds