Elliott Hughes | 180edef | 2023-11-02 00:08:05 +0000 | [diff] [blame^] | 1 | /* |
| 2 | * This file is auto-generated. Modifications will be lost. |
| 3 | * |
| 4 | * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/ |
| 5 | * for more information. |
| 6 | */ |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 7 | #ifndef _LINUX_REISER_FS_H |
| 8 | #define _LINUX_REISER_FS_H |
| 9 | #include <linux/types.h> |
| 10 | #include <linux/magic.h> |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 11 | #define REISERFS_IOC_UNPACK _IOW(0xCD, 1, long) |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 12 | #define REISERFS_IOC_GETFLAGS FS_IOC_GETFLAGS |
| 13 | #define REISERFS_IOC_SETFLAGS FS_IOC_SETFLAGS |
| 14 | #define REISERFS_IOC_GETVERSION FS_IOC_GETVERSION |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 15 | #define REISERFS_IOC_SETVERSION FS_IOC_SETVERSION |
| 16 | #endif |