aboutsummaryrefslogtreecommitdiffstats
path: root/sys/xattr_ppc64le.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/xattr_ppc64le.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/xattr_ppc64le.const')
-rw-r--r--sys/xattr_ppc64le.const15
1 files changed, 15 insertions, 0 deletions
diff --git a/sys/xattr_ppc64le.const b/sys/xattr_ppc64le.const
new file mode 100644
index 000000000..592ffbbb2
--- /dev/null
+++ b/sys/xattr_ppc64le.const
@@ -0,0 +1,15 @@
+# AUTOGENERATED FILE
+XATTR_CREATE = 1
+XATTR_REPLACE = 2
+__NR_fgetxattr = 214
+__NR_flistxattr = 217
+__NR_fremovexattr = 220
+__NR_fsetxattr = 211
+__NR_getxattr = 212
+__NR_lgetxattr = 213
+__NR_listxattr = 215
+__NR_llistxattr = 216
+__NR_lremovexattr = 219
+__NR_lsetxattr = 210
+__NR_removexattr = 218
+__NR_setxattr = 209