Linux 6.10-rc6
[linux-2.6-block.git] / include / uapi / linux / reiserfs_fs.h
CommitLineData
6f52b16c 1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
1da177e4
LT
2/*
3 * Copyright 1996, 1997, 1998 Hans Reiser, see reiserfs/README for licensing and copyright details
4 */
1da177e4
LT
5#ifndef _LINUX_REISER_FS_H
6#define _LINUX_REISER_FS_H
7
8#include <linux/types.h>
e18fa700
JG
9#include <linux/magic.h>
10
1da177e4
LT
11/*
12 * include/linux/reiser_fs.h
13 *
14 * Reiser File System constants and structures
15 *
16 */
17
750e1c18
JSR
18/* 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
bd4c625c 27#endif /* _LINUX_REISER_FS_H */