Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dscrub.h215 #define XREP_RESET_PERAG_RESV (1U << 30) /* must reset AG space reservation */ macro
H A Drepair.h228 if (!(sc->flags & XREP_RESET_PERAG_RESV)) in xrep_reset_perag_resv()
H A Drepair.c1076 if (!(sc->flags & XREP_RESET_PERAG_RESV)) in xrep_reset_perag_resv()
1083 sc->flags &= ~XREP_RESET_PERAG_RESV; in xrep_reset_perag_resv()
H A Drefcount_repair.c696 sc->flags |= XREP_RESET_PERAG_RESV; in xrep_refc_remove_old_tree()
H A Dialloc_repair.c788 sc->flags |= XREP_RESET_PERAG_RESV; in xrep_ibt_remove_old_trees()
H A Drmap_repair.c1565 sc->flags |= XREP_RESET_PERAG_RESV; in xrep_rmap_remove_old_tree()
H A Dtrace.h137 { XREP_RESET_PERAG_RESV, "reset_perag_resv" }, \