From ea75f0e93ebc379bc7dce0cc526ea4b26573b0d1 Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Thu, 11 Jun 2020 00:13:09 +0200 Subject: sys/linux: rename fs_ext4.txt to fs_ioctl_ext4.txt --- sys/linux/fs_ioctl_ext4_amd64.const | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 sys/linux/fs_ioctl_ext4_amd64.const (limited to 'sys/linux/fs_ioctl_ext4_amd64.const') diff --git a/sys/linux/fs_ioctl_ext4_amd64.const b/sys/linux/fs_ioctl_ext4_amd64.const new file mode 100644 index 000000000..6d10ab181 --- /dev/null +++ b/sys/linux/fs_ioctl_ext4_amd64.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 = 16 -- cgit mrf-deployment