Searched refs:open_tree (Results 1 – 14 of 14) sorted by relevance
| /linux/tools/testing/selftests/filesystems/overlayfs/ |
| H A D | set_layers_via_fds.c | 627 fd_tmp = open_tree(fd_tmpfs, "u", OPEN_TREE_CLONE | OPEN_TREE_CLOEXEC); in TEST_F() 636 layer_fds[2] = open_tree(fd_tmpfs, "l1", OPEN_TREE_CLONE | OPEN_TREE_CLOEXEC); in TEST_F() 639 layer_fds[3] = open_tree(fd_tmpfs, "l2", OPEN_TREE_CLONE | OPEN_TREE_CLOEXEC); in TEST_F() 642 layer_fds[4] = open_tree(fd_tmpfs, "l3", OPEN_TREE_CLONE | OPEN_TREE_CLOEXEC); in TEST_F() 645 layer_fds[5] = open_tree(fd_tmpfs, "l4", OPEN_TREE_CLONE | OPEN_TREE_CLOEXEC); in TEST_F() 648 layer_fds[6] = open_tree(fd_tmpfs, "d1", OPEN_TREE_CLONE | OPEN_TREE_CLOEXEC); in TEST_F() 651 layer_fds[7] = open_tree(fd_tmpfs, "d2", OPEN_TREE_CLONE | OPEN_TREE_CLOEXEC); in TEST_F() 654 layer_fds[8] = open_tree(fd_tmpfs, "d3", OPEN_TREE_CLONE | OPEN_TREE_CLOEXEC); in TEST_F()
|
| /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/tools/scripts/ |
| H A D | syscall.tbl | 371 428 common open_tree sys_open_tree
|
| /linux/tools/perf/arch/sh/entry/syscalls/ |
| H A D | syscall.tbl | 434 428 common open_tree sys_open_tree
|
| /linux/tools/perf/arch/xtensa/entry/syscalls/ |
| H A D | syscall.tbl | 401 428 common open_tree sys_open_tree
|
| /linux/tools/perf/arch/x86/entry/syscalls/ |
| H A D | syscall_64.tbl | 355 428 common open_tree sys_open_tree
|
| H A D | syscall_32.tbl | 436 428 i386 open_tree sys_open_tree
|
| /linux/tools/perf/arch/arm/entry/syscalls/ |
| H A D | syscall.tbl | 445 428 common open_tree sys_open_tree
|
| /linux/tools/perf/arch/sparc/entry/syscalls/ |
| H A D | syscall.tbl | 476 428 common open_tree sys_open_tree
|
| /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/powerpc/entry/syscalls/ |
| H A D | syscall.tbl | 521 428 common open_tree sys_open_tree
|
| /linux/tools/testing/selftests/landlock/ |
| H A D | fs_test.c | 56 #ifndef open_tree 57 int open_tree(int dfd, const char *filename, unsigned int flags) in open_tree() function 2596 open_tree(AT_FDCWD, dir_s1d1, in TEST_F_FORK()
|
| /linux/fs/ |
| H A D | namespace.c | 3228 SYSCALL_DEFINE3(open_tree, int, dfd, const char __user *, filename, unsigned, flags) in SYSCALL_DEFINE3() argument
|