Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/scrub/
Dscrub.h191 #define XREP_RESET_PERAG_RESV (1U << 30) /* must reset AG space reservation */ macro
Drepair.h189 if (!(sc->flags & XREP_RESET_PERAG_RESV)) in xrep_reset_perag_resv()
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()
Drefcount_repair.c697 sc->flags |= XREP_RESET_PERAG_RESV; in xrep_refc_remove_old_tree()
Dialloc_repair.c795 sc->flags |= XREP_RESET_PERAG_RESV; in xrep_ibt_remove_old_trees()
Drmap_repair.c1497 sc->flags |= XREP_RESET_PERAG_RESV; in xrep_rmap_remove_old_tree()
Dtrace.h125 { XREP_RESET_PERAG_RESV, "reset_perag_resv" }, \