Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Drgsuper.c71 if (xfs_has_rtrmapbt(sc->mp)) in xchk_rgsuperblock()
H A Drtbitmap_repair.c525 if (!xfs_has_rtrmapbt(sc->mp)) in xrep_rtbitmap()
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()
/linux/fs/xfs/libxfs/
H A Dxfs_metafile.c286 if (xfs_has_rtrmapbt(mp)) { in xfs_metafile_resv_init()
H A Dxfs_rtrmap_btree.c753 if (!xfs_has_rtrmapbt(mp)) { in xfs_rtrmapbt_compute_maxlevels()
817 if (!xfs_has_rtrmapbt(mp)) in xfs_rtrmapbt_calc_reserves()
/linux/fs/xfs/
H A Dxfs_mount.h470 static inline bool xfs_has_rtrmapbt(const struct xfs_mount *mp) in xfs_has_rtrmapbt() function