Home
last modified time | relevance | path

Searched refs:sys_open_tree (Results 1 – 11 of 11) sorted by relevance

/linux/tools/testing/selftests/pidfd/
H A Dpidfd_bind_mount.c87 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 Dsyscall.tbl433 428 common open_tree sys_open_tree sys_open_tree
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl345 428 n64 open_tree sys_open_tree
/linux/scripts/
H A Dsyscall.tbl371 428 common open_tree sys_open_tree
/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl354 428 common open_tree sys_open_tree
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl354 428 common open_tree sys_open_tree
H A Dsyscall_32.tbl436 428 i386 open_tree sys_open_tree
/linux/include/uapi/asm-generic/
H A Dunistd.h766 __SYSCALL(__NR_open_tree, sys_open_tree)
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl521 428 common open_tree sys_open_tree
/linux/tools/include/uapi/asm-generic/
H A Dunistd.h766 __SYSCALL(__NR_open_tree, sys_open_tree)
/linux/include/linux/
H A Dsyscalls.h953 asmlinkage long sys_open_tree(int dfd, const char __user *path, unsigned flags);