blob: ea3700cd7367870ef9346c94ecabd5d44a161587 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * Copyright 1996, 1997, 1998 Hans Reiser, see reiserfs/README for licensing and copyright details
3 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004#ifndef _LINUX_REISER_FS_H
5#define _LINUX_REISER_FS_H
6
7#include <linux/types.h>
Jeff Garzike18fa702006-09-24 11:13:19 -04008#include <linux/magic.h>
9
Linus Torvalds1da177e2005-04-16 15:20:36 -070010/*
11 * include/linux/reiser_fs.h
12 *
13 * Reiser File System constants and structures
14 *
15 */
16
Jaswinder Singh Rajput750e1c12009-02-03 19:40:03 +053017/* ioctl's command */
18#define REISERFS_IOC_UNPACK _IOW(0xCD,1,long)
19/* define following flags to be the same as in ext2, so that chattr(1),
20 lsattr(1) will work with us. */
21#define REISERFS_IOC_GETFLAGS FS_IOC_GETFLAGS
22#define REISERFS_IOC_SETFLAGS FS_IOC_SETFLAGS
23#define REISERFS_IOC_GETVERSION FS_IOC_GETVERSION
24#define REISERFS_IOC_SETVERSION FS_IOC_SETVERSION
25
Linus Torvaldsbd4c6252005-07-12 20:21:28 -070026#endif /* _LINUX_REISER_FS_H */