Home
last modified time | relevance | path

Searched refs:open_tree (Results 1 – 14 of 14) sorted by relevance

/linux/tools/testing/selftests/filesystems/overlayfs/
H A Dset_layers_via_fds.c627 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 Dsyscall_n64.tbl345 428 n64 open_tree sys_open_tree
/linux/scripts/
H A Dsyscall.tbl371 428 common open_tree sys_open_tree
/linux/tools/scripts/
H A Dsyscall.tbl371 428 common open_tree sys_open_tree
/linux/tools/perf/arch/sh/entry/syscalls/
H A Dsyscall.tbl434 428 common open_tree sys_open_tree
/linux/tools/perf/arch/xtensa/entry/syscalls/
H A Dsyscall.tbl401 428 common open_tree sys_open_tree
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl355 428 common open_tree sys_open_tree
H A Dsyscall_32.tbl436 428 i386 open_tree sys_open_tree
/linux/tools/perf/arch/arm/entry/syscalls/
H A Dsyscall.tbl445 428 common open_tree sys_open_tree
/linux/tools/perf/arch/sparc/entry/syscalls/
H A Dsyscall.tbl476 428 common open_tree sys_open_tree
/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/powerpc/entry/syscalls/
H A Dsyscall.tbl521 428 common open_tree sys_open_tree
/linux/tools/testing/selftests/landlock/
H A Dfs_test.c56 #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 Dnamespace.c3228 SYSCALL_DEFINE3(open_tree, int, dfd, const char __user *, filename, unsigned, flags) in SYSCALL_DEFINE3() argument