Home
last modified time | relevance | path

Searched refs:OPEN_TREE_CLOEXEC (Results 1 – 8 of 8) sorted by relevance

/linux/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c1135 OPEN_TREE_CLOEXEC | OPEN_TREE_CLONE); in TEST_F()
1245 OPEN_TREE_CLOEXEC); in TEST_F()
1281 OPEN_TREE_CLOEXEC); in TEST_F()
1317 OPEN_TREE_CLOEXEC | in TEST_F()
1347 OPEN_TREE_CLOEXEC | in TEST_F()
1394 OPEN_TREE_CLOEXEC | in TEST_F()
1448 OPEN_TREE_CLOEXEC | in TEST_F()
1535 AT_RECURSIVE | OPEN_TREE_CLOEXEC | in TEST_F()
1557 AT_RECURSIVE | OPEN_TREE_CLOEXEC | in TEST_F()
1616 AT_RECURSIVE | OPEN_TREE_CLOEXEC | in TEST_F()
[all …]
/linux/tools/testing/selftests/filesystems/overlayfs/
H A Dset_layers_via_fds.c627 fd_tmp = sys_open_tree(fd_tmpfs, "u", OPEN_TREE_CLONE | OPEN_TREE_CLOEXEC); in TEST_F()
636 layer_fds[2] = sys_open_tree(fd_tmpfs, "l1", OPEN_TREE_CLONE | OPEN_TREE_CLOEXEC); in TEST_F()
639 layer_fds[3] = sys_open_tree(fd_tmpfs, "l2", OPEN_TREE_CLONE | OPEN_TREE_CLOEXEC); in TEST_F()
642 layer_fds[4] = sys_open_tree(fd_tmpfs, "l3", OPEN_TREE_CLONE | OPEN_TREE_CLOEXEC); in TEST_F()
645 layer_fds[5] = sys_open_tree(fd_tmpfs, "l4", OPEN_TREE_CLONE | OPEN_TREE_CLOEXEC); in TEST_F()
648 layer_fds[6] = sys_open_tree(fd_tmpfs, "d1", OPEN_TREE_CLONE | OPEN_TREE_CLOEXEC); in TEST_F()
651 layer_fds[7] = sys_open_tree(fd_tmpfs, "d2", OPEN_TREE_CLONE | OPEN_TREE_CLOEXEC); in TEST_F()
654 layer_fds[8] = sys_open_tree(fd_tmpfs, "d3", OPEN_TREE_CLONE | OPEN_TREE_CLOEXEC); in TEST_F()
/linux/tools/testing/selftests/pidfd/
H A Dpidfd_bind_mount.c61 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()
/linux/tools/include/uapi/linux/
H A Dmount.h66 #define OPEN_TREE_CLOEXEC O_CLOEXEC /* Close the file on execve() */
65 #define OPEN_TREE_CLOEXEC global() macro
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h66 #define OPEN_TREE_CLOEXEC O_CLOEXEC /* Close the file on execve() */ macro
/linux/tools/testing/selftests/filesystems/
H A Didmapped_tmpfile.c58 OPEN_TREE_CLONE | OPEN_TREE_CLOEXEC); in idmapped_clone()
/linux/fs/
H A Dnamespace.c3203 BUILD_BUG_ON(OPEN_TREE_CLOEXEC != O_CLOEXEC); in vfs_open_tree()
3207 OPEN_TREE_CLOEXEC | OPEN_TREE_NAMESPACE)) in vfs_open_tree()
/linux/tools/testing/selftests/landlock/
H A Dfs_test.c2633 AT_EMPTY_PATH | OPEN_TREE_CLONE | OPEN_TREE_CLOEXEC); in TEST_F_FORK()