Searched refs:__NR_open_tree (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/tools/testing/selftests/pidfd/ |
| H A D | pidfd_bind_mount.c | 19 #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 D | wrappers.h | 61 return syscall(__NR_open_tree, dfd, filename, flags); in sys_open_tree()
|
| /linux-6.15/tools/testing/selftests/mount_setattr/ |
| H A D | mount_setattr_test.c | 110 #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 D | unistd.h | 765 #define __NR_open_tree 428 macro 766 __SYSCALL(__NR_open_tree, sys_open_tree)
|
| /linux-6.15/tools/include/uapi/asm-generic/ |
| H A D | unistd.h | 765 #define __NR_open_tree 428 macro 766 __SYSCALL(__NR_open_tree, sys_open_tree)
|
| /linux-6.15/tools/testing/selftests/landlock/ |
| H A D | fs_test.c | 59 return syscall(__NR_open_tree, dfd, filename, flags); in open_tree()
|