Searched refs:OPEN_TREE_CLOEXEC (Results 1 – 7 of 7) sorted by relevance
| /tools/testing/selftests/mount_setattr/ |
| A D | mount_setattr_test.c | 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() 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 D | wrappers.h | 77 #ifndef OPEN_TREE_CLOEXEC 78 #define OPEN_TREE_CLOEXEC O_CLOEXEC macro
|
| /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/overlayfs/ |
| 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()
|
| /tools/perf/trace/beauty/include/uapi/linux/ |
| A D | mount.h | 65 #define OPEN_TREE_CLOEXEC O_CLOEXEC /* Close the file on execve() */ macro
|
| /tools/include/uapi/linux/ |
| A D | mount.h | 65 #define OPEN_TREE_CLOEXEC O_CLOEXEC /* Close the file on execve() */ macro
|
| /tools/testing/selftests/landlock/ |
| A D | fs_test.c | 2581 AT_EMPTY_PATH | OPEN_TREE_CLONE | OPEN_TREE_CLOEXEC); in TEST_F_FORK()
|
Completed in 23 milliseconds