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

/linux-master/fs/xfs/scrub/
H A Drepair.h174 if (!(sc->flags & XREP_RESET_PERAG_RESV))
H A Dscrub.h130 #define XREP_RESET_PERAG_RESV (1U << 30) /* must reset AG space reservation */ macro
H A Drefcount_repair.c697 sc->flags |= XREP_RESET_PERAG_RESV;
H A Drepair.c958 if (!(sc->flags & XREP_RESET_PERAG_RESV))
965 sc->flags &= ~XREP_RESET_PERAG_RESV;
H A Dialloc_repair.c795 sc->flags |= XREP_RESET_PERAG_RESV;
H A Drmap_repair.c1519 sc->flags |= XREP_RESET_PERAG_RESV;
H A Dtrace.h117 { XREP_RESET_PERAG_RESV, "reset_perag_resv" }, \

Completed in 129 milliseconds