diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-08-16 13:42:04 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-08-16 13:42:04 +0200 |
| commit | f93be58429d77a7928d96205e7ee34e4bbb7cc9c (patch) | |
| tree | c8c56fd4ba94b738778c951799799f2ac5629ead /sys/sys_amd64.const | |
| parent | 6a0246bf72830c3461e9784c104894882738541f (diff) | |
sys: add some known xattr names
Move xattr syscalls to own file and better describe xattr names.
They usually have prefix+name structure and there are some
known values.
Diffstat (limited to 'sys/sys_amd64.const')
| -rw-r--r-- | sys/sys_amd64.const | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sys/sys_amd64.const b/sys/sys_amd64.const index 79e9e4796..6432dae25 100644 --- a/sys/sys_amd64.const +++ b/sys/sys_amd64.const @@ -598,8 +598,6 @@ WNOHANG = 1 WNOWAIT = 16777216 WSTOPPED = 2 WUNTRACED = 2 -XATTR_CREATE = 1 -XATTR_REPLACE = 2 __NR_acct = 163 __NR_alarm = 37 __NR_arch_prctl = 158 @@ -644,12 +642,8 @@ __NR_fchown = 93 __NR_fchownat = 260 __NR_fcntl = 72 __NR_fdatasync = 75 -__NR_fgetxattr = 193 __NR_finit_module = 313 -__NR_flistxattr = 196 __NR_flock = 73 -__NR_fremovexattr = 199 -__NR_fsetxattr = 190 __NR_fstat = 5 __NR_fstatfs = 138 __NR_fsync = 74 @@ -679,7 +673,6 @@ __NR_getrlimit = 97 __NR_getrusage = 98 __NR_gettid = 186 __NR_getuid = 102 -__NR_getxattr = 191 __NR_init_module = 175 __NR_inotify_add_watch = 254 __NR_inotify_init = 253 @@ -698,15 +691,10 @@ __NR_ioprio_set = 251 __NR_kcmp = 312 __NR_kexec_load = 246 __NR_lchown = 94 -__NR_lgetxattr = 192 __NR_link = 86 __NR_linkat = 265 -__NR_listxattr = 194 -__NR_llistxattr = 195 __NR_lookup_dcookie = 212 -__NR_lremovexattr = 198 __NR_lseek = 8 -__NR_lsetxattr = 189 __NR_lstat = 6 __NR_madvise = 28 __NR_mbind = 237 @@ -768,7 +756,6 @@ __NR_readlink = 89 __NR_readlinkat = 267 __NR_readv = 19 __NR_remap_file_pages = 216 -__NR_removexattr = 197 __NR_rename = 82 __NR_renameat = 264 __NR_renameat2 = 316 @@ -813,7 +800,6 @@ __NR_setresuid = 117 __NR_setreuid = 113 __NR_setrlimit = 160 __NR_setuid = 105 -__NR_setxattr = 188 __NR_sigaltstack = 131 __NR_signalfd = 282 __NR_signalfd4 = 289 |
