Searched refs:sys_open_tree (Results 1 – 11 of 11) sorted by relevance
/linux/tools/testing/selftests/pidfd/ |
H A D | pidfd_bind_mount.c | 87 static inline int sys_open_tree(int dfd, const char *filename, unsigned int flags) in sys_open_tree() function 133 fd_tree = sys_open_tree(self->pidfd, "", OPEN_TREE_CLONE | OPEN_TREE_CLOEXEC | AT_EMPTY_PATH); in TEST_F() 169 fd_tree = sys_open_tree(self->pidfd, "", OPEN_TREE_CLONE | OPEN_TREE_CLOEXEC | AT_EMPTY_PATH); in TEST_F()
|
/linux/tools/perf/arch/s390/entry/syscalls/ |
H A D | syscall.tbl | 433 428 common open_tree sys_open_tree sys_open_tree
|
/linux/tools/perf/arch/mips/entry/syscalls/ |
H A D | syscall_n64.tbl | 345 428 n64 open_tree sys_open_tree
|
/linux/scripts/ |
H A D | syscall.tbl | 371 428 common open_tree sys_open_tree
|
/linux/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 354 428 common open_tree sys_open_tree
|
/linux/tools/perf/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 354 428 common open_tree sys_open_tree
|
H A D | syscall_32.tbl | 436 428 i386 open_tree sys_open_tree
|
/linux/include/uapi/asm-generic/ |
H A D | unistd.h | 766 __SYSCALL(__NR_open_tree, sys_open_tree)
|
/linux/tools/perf/arch/powerpc/entry/syscalls/ |
H A D | syscall.tbl | 521 428 common open_tree sys_open_tree
|
/linux/tools/include/uapi/asm-generic/ |
H A D | unistd.h | 766 __SYSCALL(__NR_open_tree, sys_open_tree)
|
/linux/include/linux/ |
H A D | syscalls.h | 953 asmlinkage long sys_open_tree(int dfd, const char __user *path, unsigned flags);
|