Lines Matching refs:scrub
12 * Standard flags for allocating memory within scrub. NOFS context is
20 /* Type info and names for the scrub types. */
33 int (*scrub)(struct xfs_scrub *);
63 /* General scrub state. */
69 /* File that scrub was called with. */
73 * File that is undergoing the scrub operation. This can differ from
74 * the file that scrub was called with if we're checking file-based fs
75 * metadata (e.g. rt bitmaps) or if we're doing a scrub-by-handle for
85 * be deferred with this hook as a means for scrub functions to pass
115 #define XCHK_NEED_DRAIN (1U << 3) /* scrub needs to drain defer ops */
122 * must be enabled during scrub setup and can only be torn down afterwards.