From 54ce1ed6b9fcb3b8d77c43dd4b3533e70cade414 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 10 Aug 2020 07:51:02 +0200 Subject: sys/linux: switch to the new .const format This reduces number of const files/lines from 1288/96599 to 158/11603. Const files are generated on next-20200813. Update #1983 --- sys/linux/fs_ioctl_arm.const | 51 -------------------------------------------- 1 file changed, 51 deletions(-) delete mode 100644 sys/linux/fs_ioctl_arm.const (limited to 'sys/linux/fs_ioctl_arm.const') diff --git a/sys/linux/fs_ioctl_arm.const b/sys/linux/fs_ioctl_arm.const deleted file mode 100644 index d04cdf155..000000000 --- a/sys/linux/fs_ioctl_arm.const +++ /dev/null @@ -1,51 +0,0 @@ -# AUTOGENERATED FILE -FIBMAP = 1 -FICLONE = 1074041865 -FICLONERANGE = 1075876877 -FIDEDUPERANGE = 3222836278 -FIGETBSZ = 2 -FITRIM = 3222820985 -FSLABEL_MAX = 256 -FSMAP_SIZE = 64 -FS_APPEND_FL = 32 -FS_BTREE_FL = 4096 -FS_CASEFOLD_FL = 1073741824 -FS_COMPRBLK_FL = 512 -FS_COMPR_FL = 4 -FS_DAX_FL = 33554432 -FS_DIRSYNC_FL = 65536 -FS_DIRTY_FL = 256 -FS_EA_INODE_FL = 2097152 -FS_ENCRYPT_FL = 2048 -FS_EOFBLOCKS_FL = 4194304 -FS_EXTENT_FL = 524288 -FS_HUGE_FILE_FL = 262144 -FS_IMAGIC_FL = 8192 -FS_IMMUTABLE_FL = 16 -FS_INDEX_FL = 4096 -FS_INLINE_DATA_FL = 268435456 -FS_IOC_FIEMAP = 3223348747 -FS_IOC_FSGETXATTR = 2149341215 -FS_IOC_FSSETXATTR = 1075599392 -FS_IOC_GETFLAGS = 2147771905 -FS_IOC_GETFSLABEL = 2164298801 -FS_IOC_GETFSMAP = 3233830971 -FS_IOC_GETVERSION = 2147776001 -FS_IOC_RESVSP = 1076910120 -FS_IOC_SETFLAGS = 1074030082 -FS_IOC_SETFSLABEL = 1090556978 -FS_IOC_SETVERSION = 1074034178 -FS_JOURNAL_DATA_FL = 16384 -FS_NOATIME_FL = 128 -FS_NOCOMP_FL = 1024 -FS_NOCOW_FL = 8388608 -FS_NODUMP_FL = 64 -FS_NOTAIL_FL = 32768 -FS_PROJINHERIT_FL = 536870912 -FS_RESERVED_FL = 2147483648 -FS_SECRM_FL = 1 -FS_SYNC_FL = 8 -FS_TOPDIR_FL = 131072 -FS_UNRM_FL = 2 -FS_VERITY_FL = 1048576 -__NR_ioctl = 54 -- cgit mrf-deployment