1 /* 2 * This header was generated from the Linux kernel headers by update_headers.py, 3 * to provide necessary information from kernel to userspace, such as constants, 4 * structures, and macros, and thus, contains no copyrightable information. 5 */ 6 #ifndef _LINUX_REISERFS_XATTR_H 7 #define _LINUX_REISERFS_XATTR_H 8 #include <linux/types.h> 9 #define REISERFS_XATTR_MAGIC 0x52465841 10 struct reiserfs_xattr_header { 11 __le32 h_magic; 12 __le32 h_hash; 13 }; 14 struct reiserfs_security_handle { 15 const char *name; 16 void *value; 17 size_t length; 18 }; 19 #endif 20