Searched refs:OPEN_TREE_CLONE (Results 1 – 7 of 7) sorted by relevance
| /tools/testing/selftests/filesystems/ |
| A D | wrappers.h | 73 #ifndef OPEN_TREE_CLONE 74 #define OPEN_TREE_CLONE 1 macro
|
| /tools/testing/selftests/mount_setattr/ |
| A D | mount_setattr_test.c | 1318 OPEN_TREE_CLONE); in TEST_F() 1348 OPEN_TREE_CLONE); in TEST_F() 1395 OPEN_TREE_CLONE); in TEST_F() 1449 OPEN_TREE_CLONE); in TEST_F() 1761 OPEN_TREE_CLONE); in TEST_F() 1905 OPEN_TREE_CLONE); in TEST_F() 1940 OPEN_TREE_CLONE); in TEST_F() 1949 OPEN_TREE_CLONE); in TEST_F() 2020 OPEN_TREE_CLONE); in TEST_F() 2064 OPEN_TREE_CLONE); in TEST_F() [all …]
|
| /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 | 64 #define OPEN_TREE_CLONE 1 /* Clone the target tree and attach the clone */ macro
|
| /tools/include/uapi/linux/ |
| A D | mount.h | 64 #define OPEN_TREE_CLONE 1 /* Clone the target tree and attach the clone */ 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 20 milliseconds