Home
last modified time | relevance | path

Searched refs:__NR_open_tree (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/tools/testing/selftests/pidfd/
H A Dpidfd_bind_mount.c19 #ifndef __NR_open_tree
21 #define __NR_open_tree 538 macro
24 #define __NR_open_tree 4428 macro
27 #define __NR_open_tree 6428 macro
30 #define __NR_open_tree 5428 macro
33 #define __NR_open_tree (428 + 1024) macro
35 #define __NR_open_tree 428 macro
89 return syscall(__NR_open_tree, dfd, filename, flags); in sys_open_tree()
/linux-6.15/tools/testing/selftests/filesystems/overlayfs/
H A Dwrappers.h61 return syscall(__NR_open_tree, dfd, filename, flags); in sys_open_tree()
/linux-6.15/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c110 #ifndef __NR_open_tree
112 #define __NR_open_tree 538 macro
115 #define __NR_open_tree 4428 macro
118 #define __NR_open_tree 6428 macro
121 #define __NR_open_tree 5428 macro
124 #define __NR_open_tree (428 + 1024) macro
126 #define __NR_open_tree 428 macro
178 return syscall(__NR_open_tree, dfd, filename, flags); in sys_open_tree()
/linux-6.15/include/uapi/asm-generic/
H A Dunistd.h765 #define __NR_open_tree 428 macro
766 __SYSCALL(__NR_open_tree, sys_open_tree)
/linux-6.15/tools/include/uapi/asm-generic/
H A Dunistd.h765 #define __NR_open_tree 428 macro
766 __SYSCALL(__NR_open_tree, sys_open_tree)
/linux-6.15/tools/testing/selftests/landlock/
H A Dfs_test.c59 return syscall(__NR_open_tree, dfd, filename, flags); in open_tree()