aboutsummaryrefslogtreecommitdiffstats
path: root/sys/sys_arm64.const
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-08-16 13:42:04 +0200
committerDmitry Vyukov <dvyukov@google.com>2017-08-16 13:42:04 +0200
commitf93be58429d77a7928d96205e7ee34e4bbb7cc9c (patch)
treec8c56fd4ba94b738778c951799799f2ac5629ead /sys/sys_arm64.const
parent6a0246bf72830c3461e9784c104894882738541f (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_arm64.const')
-rw-r--r--sys/sys_arm64.const14
1 files changed, 0 insertions, 14 deletions
diff --git a/sys/sys_arm64.const b/sys/sys_arm64.const
index 42491d109..34083452d 100644
--- a/sys/sys_arm64.const
+++ b/sys/sys_arm64.const
@@ -591,8 +591,6 @@ WNOHANG = 1
WNOWAIT = 16777216
WSTOPPED = 2
WUNTRACED = 2
-XATTR_CREATE = 1
-XATTR_REPLACE = 2
__NR_acct = 89
__NR_capget = 90
__NR_capset = 91
@@ -628,12 +626,8 @@ __NR_fchown = 55
__NR_fchownat = 54
__NR_fcntl = 25
__NR_fdatasync = 83
-__NR_fgetxattr = 10
__NR_finit_module = 273
-__NR_flistxattr = 13
__NR_flock = 32
-__NR_fremovexattr = 16
-__NR_fsetxattr = 7
__NR_fstat = 80
__NR_fstatfs = 44
__NR_fsync = 82
@@ -658,7 +652,6 @@ __NR_getrlimit = 163
__NR_getrusage = 165
__NR_gettid = 178
__NR_getuid = 174
-__NR_getxattr = 8
__NR_init_module = 105
__NR_inotify_add_watch = 27
__NR_inotify_init1 = 26
@@ -673,14 +666,9 @@ __NR_ioprio_get = 31
__NR_ioprio_set = 30
__NR_kcmp = 272
__NR_kexec_load = 104
-__NR_lgetxattr = 9
__NR_linkat = 37
-__NR_listxattr = 11
-__NR_llistxattr = 12
__NR_lookup_dcookie = 18
-__NR_lremovexattr = 15
__NR_lseek = 62
-__NR_lsetxattr = 6
__NR_madvise = 233
__NR_mbind = 235
__NR_membarrier = 283
@@ -733,7 +721,6 @@ __NR_readahead = 213
__NR_readlinkat = 78
__NR_readv = 65
__NR_remap_file_pages = 234
-__NR_removexattr = 14
__NR_renameat = 38
__NR_renameat2 = 276
__NR_restart_syscall = 128
@@ -774,7 +761,6 @@ __NR_setresuid = 147
__NR_setreuid = 145
__NR_setrlimit = 164
__NR_setuid = 146
-__NR_setxattr = 5
__NR_sigaltstack = 132
__NR_signalfd4 = 74
__NR_splice = 76