1 // SPDX-License-Identifier: GPL-2.0-or-later 2 /* 3 * Copyright (c) 2018-2024 Oracle. All Rights Reserved. 4 * Author: Darrick J. Wong <djwong@kernel.org> 5 */ 6 #ifndef __XFS_SCRUB_ATTR_REPAIR_H__ 7 #define __XFS_SCRUB_ATTR_REPAIR_H__ 8 9 struct xrep_tempexch; 10 11 int xrep_xattr_swap(struct xfs_scrub *sc, struct xrep_tempexch *tx); 12 int xrep_xattr_reset_fork(struct xfs_scrub *sc); 13 int xrep_xattr_reset_tempfile_fork(struct xfs_scrub *sc); 14 15 #endif /* __XFS_SCRUB_ATTR_REPAIR_H__ */ 16
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.