Home
last modified time | relevance | path

Searched refs:xfs_has_rtrmapbt (Results 1 – 10 of 10) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_metafile.c281 if (xfs_has_rtrmapbt(mp)) { in xfs_metafile_resv_init()
H A Dxfs_rtrmap_btree.c751 if (!xfs_has_rtrmapbt(mp)) { in xfs_rtrmapbt_compute_maxlevels()
815 if (!xfs_has_rtrmapbt(mp)) in xfs_rtrmapbt_calc_reserves()
/linux/fs/xfs/scrub/
H A Drtbitmap_repair.c520 if (!xfs_has_rtrmapbt(sc->mp)) in xrep_rtbitmap()
H A Drtrefcount_repair.c704 if (!xfs_has_rtrmapbt(mp)) in xrep_rtrefcountbt()
H A Dbmap_repair.c456 if (!xfs_has_rtrmapbt(sc->mp)) in xrep_bmap_scan_rtgroup()
H A Dscrub.c481 .has = xfs_has_rtrmapbt,
H A Dbmap.c346 if (!xfs_has_rtrmapbt(info->sc->mp)) in xchk_bmap_rt_iextent_xref()
H A Drepair.c1012 xfs_has_rtrmapbt(mp)) in xrep_rtgroup_btcur_init()
H A Dcommon.c802 if (xfs_has_rtrmapbt(sc->mp) && (rtglock_flags & XFS_RTGLOCK_RMAP)) in xchk_rtgroup_lock()
/linux/fs/xfs/
H A Dxfs_mount.h460 static inline bool xfs_has_rtrmapbt(const struct xfs_mount *mp) in xfs_has_rtrmapbt()
456 static inline bool xfs_has_rtrmapbt(const struct xfs_mount *mp) xfs_has_rtrmapbt() function