aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/filesystem_amd64.const
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2019-05-10 12:58:58 +0200
committerDmitry Vyukov <dvyukov@google.com>2019-05-10 13:13:46 +0200
commit0a05e35530c788ed648f72b24f2291e5ad33d53e (patch)
tree65f92bc17834a8807e382dd238759b590a1871cb /sys/linux/filesystem_amd64.const
parent4af714615af57fb71736a9b63ea3ee0a601e9217 (diff)
sys/linux: add description of open_tree syscall
Diffstat (limited to 'sys/linux/filesystem_amd64.const')
-rw-r--r--sys/linux/filesystem_amd64.const7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/linux/filesystem_amd64.const b/sys/linux/filesystem_amd64.const
index 22939df2e..1f7904da3 100644
--- a/sys/linux/filesystem_amd64.const
+++ b/sys/linux/filesystem_amd64.const
@@ -1,4 +1,8 @@
# AUTOGENERATED FILE
+AT_EMPTY_PATH = 4096
+AT_NO_AUTOMOUNT = 2048
+AT_RECURSIVE = 32768
+AT_SYMLINK_NOFOLLOW = 256
MNT_DETACH = 2
MNT_EXPIRE = 4
MNT_FORCE = 1
@@ -25,6 +29,9 @@ MS_SLAVE = 524288
MS_STRICTATIME = 16777216
MS_SYNCHRONOUS = 16
MS_UNBINDABLE = 131072
+OPEN_TREE_CLOEXEC = 524288
+OPEN_TREE_CLONE = 1
UMOUNT_NOFOLLOW = 8
__NR_mount = 165
+__NR_open_tree = 335
__NR_umount2 = 166