1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
3 File: linux/reiserfs_xattr.h
6 #ifndef _LINUX_REISERFS_XATTR_H
7 #define _LINUX_REISERFS_XATTR_H
9 #include <linux/types.h>
11 /* Magic value in header */
12 #define REISERFS_XATTR_MAGIC 0x52465841 /* "RFXA" */
14 struct reiserfs_xattr_header
{
15 __le32 h_magic
; /* magic number for identification */
16 __le32 h_hash
; /* hash of the value */
19 struct reiserfs_security_handle
{
25 #endif /* _LINUX_REISERFS_XATTR_H */