Searched refs:sys_open_tree (Results 1 – 17 of 17) sorted by relevance
| /tools/testing/selftests/mount_setattr/ |
| A D | mount_setattr_test.c | 1533 fd_tree_base = sys_open_tree(-EBADF, "/mnt", in TEST_F() 1614 fd_tree_base = sys_open_tree(-EBADF, "/mnt", in TEST_F() 1758 fd_tree = sys_open_tree(fd_tmpfs, "subdir", in TEST_F() 1902 fd_tree = sys_open_tree(-EBADF, "/mnt", in TEST_F() 1937 fd_tree1 = sys_open_tree(-EBADF, "/mnt/A", in TEST_F() 1946 fd_tree2 = sys_open_tree(-EBADF, "/mnt/B", in TEST_F() 2017 fd_tree1 = sys_open_tree(-EBADF, "/mnt/A", in TEST_F() 2027 fd_tree2 = sys_open_tree(fd_tree1, "", in TEST_F() 2061 fd_tree1 = sys_open_tree(-EBADF, "/mnt/A", in TEST_F() 2071 fd_tree2 = sys_open_tree(fd_tree1, "AA", in TEST_F() [all …]
|
| /tools/testing/selftests/pidfd/ |
| A D | pidfd_bind_mount.c | 61 fd_tree = sys_open_tree(self->pidfd, "", OPEN_TREE_CLONE | OPEN_TREE_CLOEXEC | AT_EMPTY_PATH); in TEST_F() 97 fd_tree = sys_open_tree(self->pidfd, "", OPEN_TREE_CLONE | OPEN_TREE_CLOEXEC | AT_EMPTY_PATH); in TEST_F()
|
| /tools/testing/selftests/filesystems/ |
| A D | wrappers.h | 103 static inline int sys_open_tree(int dfd, const char *filename, unsigned int flags) in sys_open_tree() function
|
| /tools/perf/arch/s390/entry/syscalls/ |
| A D | syscall.tbl | 433 428 common open_tree sys_open_tree sys_open_tree
|
| /tools/perf/arch/mips/entry/syscalls/ |
| A D | syscall_n64.tbl | 345 428 n64 open_tree sys_open_tree
|
| /tools/scripts/ |
| A D | syscall.tbl | 371 428 common open_tree sys_open_tree
|
| /tools/perf/arch/parisc/entry/syscalls/ |
| A D | syscall.tbl | 429 428 common open_tree sys_open_tree
|
| /tools/perf/arch/sh/entry/syscalls/ |
| A D | syscall.tbl | 434 428 common open_tree sys_open_tree
|
| /tools/perf/arch/x86/entry/syscalls/ |
| A D | syscall_64.tbl | 354 428 common open_tree sys_open_tree
|
| A D | syscall_32.tbl | 436 428 i386 open_tree sys_open_tree
|
| /tools/perf/arch/xtensa/entry/syscalls/ |
| A D | syscall.tbl | 401 428 common open_tree sys_open_tree
|
| /tools/perf/arch/alpha/entry/syscalls/ |
| A D | syscall.tbl | 470 538 common open_tree sys_open_tree
|
| /tools/perf/arch/arm/entry/syscalls/ |
| A D | syscall.tbl | 445 428 common open_tree sys_open_tree
|
| /tools/perf/arch/arm64/entry/syscalls/ |
| A D | syscall_32.tbl | 442 428 common open_tree sys_open_tree
|
| /tools/perf/arch/sparc/entry/syscalls/ |
| A D | syscall.tbl | 476 428 common open_tree sys_open_tree
|
| /tools/perf/arch/powerpc/entry/syscalls/ |
| A D | syscall.tbl | 521 428 common open_tree sys_open_tree
|
| /tools/include/uapi/asm-generic/ |
| A D | unistd.h | 766 __SYSCALL(__NR_open_tree, sys_open_tree)
|
Completed in 806 milliseconds