From f93be58429d77a7928d96205e7ee34e4bbb7cc9c Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 16 Aug 2017 13:42:04 +0200 Subject: 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. --- sys/sys_ppc64le.const | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'sys/sys_ppc64le.const') diff --git a/sys/sys_ppc64le.const b/sys/sys_ppc64le.const index f779dc047..509e5559b 100644 --- a/sys/sys_ppc64le.const +++ b/sys/sys_ppc64le.const @@ -595,8 +595,6 @@ WNOHANG = 1 WNOWAIT = 16777216 WSTOPPED = 2 WUNTRACED = 2 -XATTR_CREATE = 1 -XATTR_REPLACE = 2 __NR_acct = 51 __NR_alarm = 27 __NR_capget = 183 @@ -640,12 +638,8 @@ __NR_fchown = 95 __NR_fchownat = 289 __NR_fcntl = 55 __NR_fdatasync = 148 -__NR_fgetxattr = 214 __NR_finit_module = 353 -__NR_flistxattr = 217 __NR_flock = 143 -__NR_fremovexattr = 220 -__NR_fsetxattr = 211 __NR_fstat = 108 __NR_fstatfs = 100 __NR_fsync = 118 @@ -674,7 +668,6 @@ __NR_getrlimit = 76 __NR_getrusage = 77 __NR_gettid = 207 __NR_getuid = 24 -__NR_getxattr = 212 __NR_init_module = 128 __NR_inotify_add_watch = 276 __NR_inotify_init = 275 @@ -693,15 +686,10 @@ __NR_ioprio_set = 273 __NR_kcmp = 354 __NR_kexec_load = 268 __NR_lchown = 16 -__NR_lgetxattr = 213 __NR_link = 9 __NR_linkat = 294 -__NR_listxattr = 215 -__NR_llistxattr = 216 __NR_lookup_dcookie = 235 -__NR_lremovexattr = 219 __NR_lseek = 19 -__NR_lsetxattr = 210 __NR_lstat = 107 __NR_madvise = 205 __NR_mbind = 259 @@ -760,7 +748,6 @@ __NR_readlink = 85 __NR_readlinkat = 296 __NR_readv = 145 __NR_remap_file_pages = 239 -__NR_removexattr = 218 __NR_rename = 38 __NR_renameat = 293 __NR_renameat2 = 357 @@ -804,7 +791,6 @@ __NR_setresuid = 164 __NR_setreuid = 70 __NR_setrlimit = 75 __NR_setuid = 23 -__NR_setxattr = 209 __NR_sigaltstack = 185 __NR_signalfd = 305 __NR_signalfd4 = 313 -- cgit mrf-deployment