linux/fs/xfs/scrub/listxattr.h

/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
 * Copyright (c) 2022-2024 Oracle.  All Rights Reserved.
 * Author: Darrick J. Wong <[email protected]>
 */
#ifndef __XFS_SCRUB_LISTXATTR_H__
#define __XFS_SCRUB_LISTXATTR_H__

xchk_xattr_fn;

xchk_xattrleaf_fn;

int xchk_xattr_walk(struct xfs_scrub *sc, struct xfs_inode *ip,
		xchk_xattr_fn attr_fn, xchk_xattrleaf_fn leaf_fn, void *priv);

#endif /* __XFS_SCRUB_LISTXATTR_H__ */