#include "libxfs.h"
#include "libxlog.h"
#include "libfrog/bitmap.h"
-#include "repair/listxattr.h"
+#include "listxattr.h"
/* Call a function for every entry in a shortform xattr structure. */
STATIC int
* Copyright (c) 2022-2024 Oracle. All Rights Reserved.
* Author: Darrick J. Wong <djwong@kernel.org>
*/
-#ifndef __REPAIR_LISTXATTR_H__
-#define __REPAIR_LISTXATTR_H__
+#ifndef __LIBXFS_LISTXATTR_H__
+#define __LIBXFS_LISTXATTR_H__
typedef int (*xattr_walk_fn)(struct xfs_inode *ip, unsigned int attr_flags,
const unsigned char *name, unsigned int namelen,
int xattr_walk(struct xfs_inode *ip, xattr_walk_fn attr_fn, void *priv);
-#endif /* __REPAIR_LISTXATTR_H__ */
+#endif /* __LIBXFS_LISTXATTR_H__ */
#include "repair/globals.h"
#include "repair/err_protos.h"
#include "repair/slab.h"
-#include "repair/listxattr.h"
+#include "libxfs/listxattr.h"
#include "repair/threads.h"
#include "repair/incore.h"
#include "repair/pptr.h"