From 0a05e35530c788ed648f72b24f2291e5ad33d53e Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 10 May 2019 12:58:58 +0200 Subject: sys/linux: add description of open_tree syscall --- sys/linux/filesystem_arm.const | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'sys/linux/filesystem_arm.const') diff --git a/sys/linux/filesystem_arm.const b/sys/linux/filesystem_arm.const index e853c3fdd..1d00c0693 100644 --- a/sys/linux/filesystem_arm.const +++ b/sys/linux/filesystem_arm.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 = 21 +# __NR_open_tree is not set __NR_umount2 = 52 -- cgit mrf-deployment