Home
last modified time | relevance | path

Searched refs:XREP_RESET_PERAG_RESV (Results 1 – 5 of 5) sorted by relevance

/linux/fs/xfs/scrub/
H A Dscrub.h191 #define XREP_RESET_PERAG_RESV (1U << 30) /* must reset AG space reservation */ macro
H A Drepair.c963 if (!(sc->flags & XREP_RESET_PERAG_RESV)) in xrep_reset_perag_resv()
970 sc->flags &= ~XREP_RESET_PERAG_RESV; in xrep_reset_perag_resv()
H A Drefcount_repair.c697 sc->flags |= XREP_RESET_PERAG_RESV; in xrep_refc_remove_old_tree()
H A Dialloc_repair.c795 sc->flags |= XREP_RESET_PERAG_RESV; in xrep_ibt_remove_old_trees()
H A Dtrace.h125 { XREP_RESET_PERAG_RESV, "reset_perag_resv" }, \