Home
last modified time | relevance | path

Searched refs:M_IGEO (Results 1 – 12 of 12) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_trans_space.h83 (M_IGEO(mp)->ialloc_blks + \
84 ((xfs_has_finobt(mp) ? 2 : 1) * M_IGEO(mp)->inobt_maxlevels))
108 (xfs_has_finobt(mp) ? M_IGEO(mp)->inobt_maxlevels : 0)
H A Dxfs_ialloc.c320 nbufs = length / M_IGEO(mp)->blocks_per_cluster; in xfs_ialloc_inode_init()
364 (j * M_IGEO(mp)->blocks_per_cluster)); in xfs_ialloc_inode_init()
366 mp->m_bsize * M_IGEO(mp)->blocks_per_cluster, in xfs_ialloc_inode_init()
374 for (i = 0; i < M_IGEO(mp)->inodes_per_cluster; i++) { in xfs_ialloc_inode_init()
708 struct xfs_ino_geometry *igeo = M_IGEO(tp->t_mountp); in xfs_ialloc_ag_alloc()
1781 ineed = M_IGEO(mp)->ialloc_min_blks; in xfs_dialloc_good_ag()
1783 ineed += M_IGEO(mp)->cluster_align; in xfs_dialloc_good_ag()
1896 struct xfs_ino_geometry *igeo = M_IGEO(mp); in xfs_dialloc()
2013 M_IGEO(mp)->ialloc_blks, &XFS_RMAP_OINFO_INODES, in xfs_difree_inode_chunk()
2439 rec.ir_startino + M_IGEO(mp)->ialloc_inos <= agino) in xfs_imap_lookup()
[all …]
H A Dxfs_ag.c174 bno = round_up(XFS_AGFL_BLOCK(mp) + 1, M_IGEO(mp)->cluster_align); in __xfs_agino_range()
181 bno = round_down(eoag, M_IGEO(mp)->cluster_align); in __xfs_agino_range()
/linux/fs/xfs/scrub/
H A Dialloc_repair.c294 struct xfs_ino_geometry *igeo = M_IGEO(mp); in xrep_ibt_process_cluster()
343 struct xfs_ino_geometry *igeo = M_IGEO(mp); in xrep_ibt_check_inode_ext()
415 struct xfs_ino_geometry *igeo = M_IGEO(mp); in xrep_ibt_record_inode_blocks()
H A Dagheader_repair.c1731 .maxlevels = M_IGEO(sc->mp)->inobt_maxlevels, in xrep_agi()
1736 .maxlevels = M_IGEO(sc->mp)->inobt_maxlevels, in xrep_agi()
H A Dagheader.c980 struct xfs_ino_geometry *igeo = M_IGEO(sc->mp); in xchk_agi()
/linux/fs/xfs/
H A Dxfs_fsops.c324 M_IGEO(mp)->maxicount = XFS_FSB_TO_INO(mp, icount); in xfs_growfs_data()
326 M_IGEO(mp)->maxicount = 0; in xfs_growfs_data()
H A Dxfs_iwalk.c102 struct xfs_ino_geometry *igeo = M_IGEO(mp); in xfs_iwalk_ichunk_ra()
H A Dxfs_mount.h351 #define M_IGEO(mp) (&(mp)->m_ino_geo) macro
H A Dxfs_super.c322 if (M_IGEO(mp)->maxicount) { in xfs_set_inode_alloc()
905 if (M_IGEO(mp)->maxicount) in xfs_statfs_inodes()
907 M_IGEO(mp)->maxicount); in xfs_statfs_inodes()
H A Dxfs_icache.c107 M_IGEO(mp)->min_folio_order); in xfs_inode_alloc()
352 M_IGEO(mp)->min_folio_order); in xfs_reinit_inode()
H A Dxfs_buf_item_recover.c1137 (BBTOB(bp->b_length) != M_IGEO(log->l_mp)->inode_cluster_size)) { in xlog_recover_buf_commit_pass2()