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_REISER_FS_H 7 #define _LINUX_REISER_FS_H 8 #include <linux/types.h> 9 #include <linux/magic.h> 10 #define REISERFS_IOC_UNPACK _IOW(0xCD,1,long) 11 #define REISERFS_IOC_GETFLAGS FS_IOC_GETFLAGS 12 #define REISERFS_IOC_SETFLAGS FS_IOC_SETFLAGS 13 #define REISERFS_IOC_GETVERSION FS_IOC_GETVERSION 14 #define REISERFS_IOC_SETVERSION FS_IOC_SETVERSION 15 #endif 16