1 // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 3 * Copyright (C) 2019-2023 Oracle. All Rights 4 * Author: Darrick J. Wong <djwong@kernel.org> 5 */ 6 #ifndef __XFS_SCRUB_HEALTH_H__ 7 #define __XFS_SCRUB_HEALTH_H__ 8 9 unsigned int xchk_health_mask_for_scrub_type(_ 10 void xchk_update_health(struct xfs_scrub *sc); 11 void xchk_ag_btree_del_cursor_if_sick(struct x 12 struct xfs_btree_cur **curp, u 13 void xchk_mark_healthy_if_clean(struct xfs_scr 14 bool xchk_file_looks_zapped(struct xfs_scrub * 15 int xchk_health_record(struct xfs_scrub *sc); 16 17 #endif /* __XFS_SCRUB_HEALTH_H__ */ 18
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.