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/xattr_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/xattr_amd64.const')
| -rw-r--r-- | sys/linux/xattr_amd64.const | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/sys/linux/xattr_amd64.const b/sys/linux/xattr_amd64.const deleted file mode 100644 index 211a79d48..000000000 --- a/sys/linux/xattr_amd64.const +++ /dev/null @@ -1,43 +0,0 @@ -# AUTOGENERATED FILE -ACL_EXECUTE = 1 -ACL_GROUP = 8 -ACL_GROUP_OBJ = 4 -ACL_MASK = 16 -ACL_OTHER = 32 -ACL_READ = 4 -ACL_USER = 2 -ACL_USER_OBJ = 1 -ACL_WRITE = 2 -EVM_IMA_XATTR_DIGSIG = 3 -EVM_XATTR_HMAC = 2 -EVM_XATTR_PORTABLE_DIGSIG = 5 -HASH_ALGO__LAST = 20 -IMA_XATTR_DIGEST = 1 -IMA_XATTR_DIGEST_NG = 4 -OVL_FH_FLAG_ANY_ENDIAN = 2 -OVL_FH_FLAG_BIG_ENDIAN = 1 -OVL_FH_FLAG_PATH_UPPER = 4 -OVL_FH_MAGIC = 251 -POSIX_ACL_XATTR_VERSION = 2 -SHA1_DIGEST_SIZE = 20 -UUID_SIZE = 16 -VFS_CAP_REVISION_1 = 16777216 -VFS_CAP_REVISION_2 = 33554432 -VFS_CAP_REVISION_3 = 50331648 -VFS_CAP_U32_1 = 1 -VFS_CAP_U32_2 = 2 -VFS_CAP_U32_3 = 2 -XATTR_CREATE = 1 -XATTR_REPLACE = 2 -__NR_fgetxattr = 193 -__NR_flistxattr = 196 -__NR_fremovexattr = 199 -__NR_fsetxattr = 190 -__NR_getxattr = 191 -__NR_lgetxattr = 192 -__NR_listxattr = 194 -__NR_llistxattr = 195 -__NR_lremovexattr = 198 -__NR_lsetxattr = 189 -__NR_removexattr = 197 -__NR_setxattr = 188 |
