aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/fs_ioctl_ext4_riscv64.const
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2020-06-25 18:33:18 +0200
committerDmitry Vyukov <dvyukov@google.com>2020-06-26 16:41:30 +0200
commit999d3ea4e03b435a062eca30e08cc65525822d04 (patch)
tree90fc58b4e6b5ee8d328709e209a576790b1b6c72 /sys/linux/fs_ioctl_ext4_riscv64.const
parenta8829ad2746642ba151c28604c4e77744f8853f2 (diff)
sys/linux: add initial support for riscv64
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'sys/linux/fs_ioctl_ext4_riscv64.const')
-rw-r--r--sys/linux/fs_ioctl_ext4_riscv64.const26
1 files changed, 26 insertions, 0 deletions
diff --git a/sys/linux/fs_ioctl_ext4_riscv64.const b/sys/linux/fs_ioctl_ext4_riscv64.const
new file mode 100644
index 000000000..d2bd606f4
--- /dev/null
+++ b/sys/linux/fs_ioctl_ext4_riscv64.const
@@ -0,0 +1,26 @@
+# AUTOGENERATED FILE
+EXT4_APPEND_FL = 32
+EXT4_COMPR_FL = 4
+EXT4_DIRSYNC_FL = 65536
+EXT4_EXTENTS_FL = 524288
+EXT4_IMMUTABLE_FL = 16
+EXT4_IOC_ALLOC_DA_BLKS = 26124
+EXT4_IOC_GROUP_ADD = 1076389384
+EXT4_IOC_GROUP_EXTEND = 1074292231
+EXT4_IOC_MIGRATE = 26121
+EXT4_IOC_MOVE_EXT = 3223873039
+EXT4_IOC_PRECACHE_EXTENTS = 26130
+EXT4_IOC_RESIZE_FS = 1074292240
+EXT4_IOC_SETFLAGS = 1074292226
+EXT4_IOC_SHUTDOWN = 2147768445
+EXT4_IOC_SWAP_BOOT = 26129
+EXT4_JOURNAL_DATA_FL = 16384
+EXT4_NOATIME_FL = 128
+EXT4_NODUMP_FL = 64
+EXT4_NOTAIL_FL = 32768
+EXT4_PROJINHERIT_FL = 536870912
+EXT4_SECRM_FL = 1
+EXT4_SYNC_FL = 8
+EXT4_TOPDIR_FL = 131072
+EXT4_UNRM_FL = 2
+__NR_ioctl = 29