Searched refs:OPEN_TREE_CLONE (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/testing/selftests/mount_setattr/ |
| H A D | mount_setattr_test.c | 1135 OPEN_TREE_CLOEXEC | OPEN_TREE_CLONE); in TEST_F() 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() 1536 OPEN_TREE_CLONE); in TEST_F() 1558 OPEN_TREE_CLONE); in TEST_F() 1617 OPEN_TREE_CLONE); in TEST_F() 1646 OPEN_TREE_CLONE); in TEST_F() 1659 OPEN_TREE_CLONE); in TEST_F() [all …]
|
| /linux/tools/testing/selftests/filesystems/overlayfs/ |
| H A D | set_layers_via_fds.c | 627 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 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()
|
| /linux/tools/include/uapi/linux/ |
| H A D | mount.h | 64 #define OPEN_TREE_CLONE (1 << 0) /* Clone the target tree and attach the clone */ macro
|
| /linux/tools/perf/trace/beauty/include/uapi/linux/ |
| H A D | mount.h | 64 #define OPEN_TREE_CLONE (1 << 0) /* Clone the target tree and attach the clone */ macro
|
| /linux/tools/testing/selftests/filesystems/ |
| H A D | idmapped_tmpfile.c | 58 OPEN_TREE_CLONE | OPEN_TREE_CLOEXEC); in idmapped_clone()
|
| /linux/fs/ |
| H A D | namespace.c | 3206 AT_SYMLINK_NOFOLLOW | OPEN_TREE_CLONE | in vfs_open_tree() 3210 if ((flags & (AT_RECURSIVE | OPEN_TREE_CLONE | OPEN_TREE_NAMESPACE)) == in vfs_open_tree() 3214 if (hweight32(flags & (OPEN_TREE_CLONE | OPEN_TREE_NAMESPACE)) > 1) in vfs_open_tree() 3231 if ((flags & OPEN_TREE_CLONE) && !may_mount()) in vfs_open_tree() 3242 if (flags & OPEN_TREE_CLONE) in vfs_open_tree() 5209 if (flags & OPEN_TREE_CLONE) in SYSCALL_DEFINE5()
|
| /linux/tools/testing/selftests/landlock/ |
| H A D | fs_test.c | 2633 AT_EMPTY_PATH | OPEN_TREE_CLONE | OPEN_TREE_CLOEXEC); in TEST_F_FORK()
|