Searched refs:xfs_has_rtrmapbt (Results 1 – 7 of 7) sorted by relevance
71 if (xfs_has_rtrmapbt(sc->mp)) in xchk_rgsuperblock()
525 if (!xfs_has_rtrmapbt(sc->mp)) in xrep_rtbitmap()
481 .has = xfs_has_rtrmapbt,
346 if (!xfs_has_rtrmapbt(info->sc->mp)) in xchk_bmap_rt_iextent_xref()
286 if (xfs_has_rtrmapbt(mp)) { in xfs_metafile_resv_init()
753 if (!xfs_has_rtrmapbt(mp)) { in xfs_rtrmapbt_compute_maxlevels()817 if (!xfs_has_rtrmapbt(mp)) in xfs_rtrmapbt_calc_reserves()
470 static inline bool xfs_has_rtrmapbt(const struct xfs_mount *mp) in xfs_has_rtrmapbt() function