Home
last modified time | relevance | path

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

/tools/testing/selftests/mount_setattr/
A Dmount_setattr_test.c1245 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()
1760 AT_RECURSIVE | OPEN_TREE_CLOEXEC | in TEST_F()
1904 AT_RECURSIVE | OPEN_TREE_CLOEXEC | in TEST_F()
1939 AT_RECURSIVE | OPEN_TREE_CLOEXEC | in TEST_F()
2019 AT_RECURSIVE | OPEN_TREE_CLOEXEC | in TEST_F()
[all …]
/tools/testing/selftests/filesystems/
A Dwrappers.h77 #ifndef OPEN_TREE_CLOEXEC
78 #define OPEN_TREE_CLOEXEC O_CLOEXEC macro
/tools/testing/selftests/pidfd/
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()
/tools/testing/selftests/filesystems/overlayfs/
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()
/tools/perf/trace/beauty/include/uapi/linux/
A Dmount.h65 #define OPEN_TREE_CLOEXEC O_CLOEXEC /* Close the file on execve() */ macro
/tools/include/uapi/linux/
A Dmount.h65 #define OPEN_TREE_CLOEXEC O_CLOEXEC /* Close the file on execve() */ macro
/tools/testing/selftests/landlock/
A Dfs_test.c2581 AT_EMPTY_PATH | OPEN_TREE_CLONE | OPEN_TREE_CLOEXEC); in TEST_F_FORK()

Completed in 26 milliseconds