Searched refs:XCHK_FSGATES_DRAIN (Results 1 – 14 of 14) sorted by relevance
| /linux/fs/xfs/scrub/ |
| H A D | scrub.h | 210 #define XCHK_FSGATES_DRAIN (1U << 2) /* defer ops draining enabled */ macro 224 #define XCHK_FSGATES_ALL (XCHK_FSGATES_DRAIN | \
|
| H A D | rtbitmap.c | 42 xchk_fsgates_enable(sc, XCHK_FSGATES_DRAIN); in xchk_setup_rtbitmap()
|
| H A D | common.c | 549 if (!(sc->flags & XCHK_FSGATES_DRAIN)) in xchk_perag_drain_and_lock() 790 if (!(sc->flags & XCHK_FSGATES_DRAIN)) in xchk_rtgroup_lock() 1491 if (scrub_fsgates & XCHK_FSGATES_DRAIN) in xchk_fsgates_enable()
|
| H A D | rtrmap.c | 41 xchk_fsgates_enable(sc, XCHK_FSGATES_DRAIN); in xchk_setup_rtrmapbt()
|
| H A D | rtsummary.c | 50 xchk_fsgates_enable(sc, XCHK_FSGATES_DRAIN); in xchk_setup_rtsummary()
|
| H A D | fscounters.c | 208 xchk_fsgates_enable(sc, XCHK_FSGATES_DRAIN); in xchk_setup_fscounters()
|
| H A D | refcount.c | 32 xchk_fsgates_enable(sc, XCHK_FSGATES_DRAIN); in xchk_setup_ag_refcountbt()
|
| H A D | rtrefcount.c | 36 xchk_fsgates_enable(sc, XCHK_FSGATES_DRAIN); in xchk_setup_rtrefcountbt()
|
| H A D | ialloc.c | 36 xchk_fsgates_enable(sc, XCHK_FSGATES_DRAIN); in xchk_setup_ag_iallocbt()
|
| H A D | inode.c | 102 xchk_fsgates_enable(sc, XCHK_FSGATES_DRAIN); in xchk_setup_inode()
|
| H A D | scrub.c | 178 if (sc->flags & XCHK_FSGATES_DRAIN) in xchk_fsgates_disable()
|
| H A D | bmap.c | 40 xchk_fsgates_enable(sc, XCHK_FSGATES_DRAIN); in xchk_setup_inode_bmap()
|
| H A D | agheader.c | 27 xchk_fsgates_enable(sc, XCHK_FSGATES_DRAIN); in xchk_setup_agheader()
|
| H A D | trace.h | 132 { XCHK_FSGATES_DRAIN, "fsgates_drain" }, \
|