blob: 5bb921409f2bdef17be4d922a1f6e75491ed7271 [file] [log] [blame]
Greg Kroah-Hartman6f52b162017-11-01 15:08:43 +01001/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002/*
3 * Copyright 1996, 1997, 1998 Hans Reiser, see reiserfs/README for licensing and copyright details
4 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07005#ifndef _LINUX_REISER_FS_H
6#define _LINUX_REISER_FS_H
7
8#include <linux/types.h>
Jeff Garzike18fa702006-09-24 11:13:19 -04009#include <linux/magic.h>
10
Linus Torvalds1da177e2005-04-16 15:20:36 -070011/*
12 * include/linux/reiser_fs.h
13 *
14 * Reiser File System constants and structures
15 *
16 */
17
Jaswinder Singh Rajput750e1c12009-02-03 19:40:03 +053018/* ioctl's command */
19#define REISERFS_IOC_UNPACK _IOW(0xCD,1,long)
20/* define following flags to be the same as in ext2, so that chattr(1),
21 lsattr(1) will work with us. */
22#define REISERFS_IOC_GETFLAGS FS_IOC_GETFLAGS
23#define REISERFS_IOC_SETFLAGS FS_IOC_SETFLAGS
24#define REISERFS_IOC_GETVERSION FS_IOC_GETVERSION
25#define REISERFS_IOC_SETVERSION FS_IOC_SETVERSION
26
Linus Torvaldsbd4c6252005-07-12 20:21:28 -070027#endif /* _LINUX_REISER_FS_H */