diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-08-10 07:51:02 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-08-13 17:22:16 +0200 |
| commit | 54ce1ed6b9fcb3b8d77c43dd4b3533e70cade414 (patch) | |
| tree | 579d43acff11758d7f5e61935e0408ad9fbcaf04 /sys/linux/fs_ioctl_amd64.const | |
| parent | b6de93e603915b57a1eccadc8bd530efd00d28f2 (diff) | |
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
Diffstat (limited to 'sys/linux/fs_ioctl_amd64.const')
| -rw-r--r-- | sys/linux/fs_ioctl_amd64.const | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/sys/linux/fs_ioctl_amd64.const b/sys/linux/fs_ioctl_amd64.const deleted file mode 100644 index 4946f2bbc..000000000 --- a/sys/linux/fs_ioctl_amd64.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 = 2148034049 -FS_IOC_GETFSLABEL = 2164298801 -FS_IOC_GETFSMAP = 3233830971 -FS_IOC_GETVERSION = 2148038145 -FS_IOC_RESVSP = 1076910120 -FS_IOC_SETFLAGS = 1074292226 -FS_IOC_SETFSLABEL = 1090556978 -FS_IOC_SETVERSION = 1074296322 -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 = 16 |
