Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
reiserfs_xattr.h
Go to the documentation of this file.
1 /*
2  File: linux/reiserfs_xattr.h
3 */
4 
5 #ifndef _LINUX_REISERFS_XATTR_H
6 #define _LINUX_REISERFS_XATTR_H
7 
8 #include <linux/types.h>
9 
10 /* Magic value in header */
11 #define REISERFS_XATTR_MAGIC 0x52465841 /* "RFXA" */
12 
14  __le32 h_magic; /* magic number for identification */
15  __le32 h_hash; /* hash of the value */
16 };
17 
19  char *name;
20  void *value;
21  size_t length;
22 };
23 
24 #endif /* _LINUX_REISERFS_XATTR_H */