Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
0002 /*
0003  * Copyright 1996, 1997, 1998 Hans Reiser, see reiserfs/README for licensing and copyright details
0004  */
0005 #ifndef _LINUX_REISER_FS_H
0006 #define _LINUX_REISER_FS_H
0007 
0008 #include <linux/types.h>
0009 #include <linux/magic.h>
0010 
0011 /*
0012  *  include/linux/reiser_fs.h
0013  *
0014  *  Reiser File System constants and structures
0015  *
0016  */
0017 
0018 /* ioctl's command */
0019 #define REISERFS_IOC_UNPACK     _IOW(0xCD,1,long)
0020 /* define following flags to be the same as in ext2, so that chattr(1),
0021    lsattr(1) will work with us. */
0022 #define REISERFS_IOC_GETFLAGS       FS_IOC_GETFLAGS
0023 #define REISERFS_IOC_SETFLAGS       FS_IOC_SETFLAGS
0024 #define REISERFS_IOC_GETVERSION     FS_IOC_GETVERSION
0025 #define REISERFS_IOC_SETVERSION     FS_IOC_SETVERSION
0026 
0027 #endif              /* _LINUX_REISER_FS_H */