CLONE_NEWNS 394 drivers/base/devtmpfs.c *err = ksys_unshare(CLONE_NEWNS); CLONE_NEWNS 3224 fs/namespace.c if (likely(!(flags & CLONE_NEWNS))) { CLONE_NEWNS 4013 fs/namespace.c .type = CLONE_NEWNS, CLONE_NEWNS 1776 kernel/fork.c if ((clone_flags & (CLONE_NEWNS|CLONE_FS)) == (CLONE_NEWNS|CLONE_FS)) CLONE_NEWNS 2735 kernel/fork.c if (unshare_flags & ~(CLONE_THREAD|CLONE_FS|CLONE_NEWNS|CLONE_SIGHAND| CLONE_NEWNS 2837 kernel/fork.c if (unshare_flags & CLONE_NEWNS) CLONE_NEWNS 140 kernel/nsproxy.c if (likely(!(flags & (CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC | CLONE_NEWNS 194 kernel/nsproxy.c if (!(unshare_flags & (CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC | CLONE_NEWNS 24 samples/binderfs/binderfs_example.c ret = unshare(CLONE_NEWNS); CLONE_NEWNS 233 tools/perf/util/namespaces.c if (setns(newns, CLONE_NEWNS) < 0) CLONE_NEWNS 254 tools/perf/util/namespaces.c setns(nc->oldns, CLONE_NEWNS); CLONE_NEWNS 105 tools/testing/selftests/bpf/cgroup_helpers.c if (unshare(CLONE_NEWNS)) { CLONE_NEWNS 103 tools/testing/selftests/capabilities/test_execve.c if (unshare(CLONE_NEWNS) == 0) { CLONE_NEWNS 121 tools/testing/selftests/capabilities/test_execve.c } else if (unshare(CLONE_NEWUSER | CLONE_NEWNS) == 0) { CLONE_NEWNS 29 tools/testing/selftests/exec/recursion-depth.c if (unshare(CLONE_NEWNS) == -1) { CLONE_NEWNS 117 tools/testing/selftests/filesystems/binderfs/binderfs_test.c ret = unshare(CLONE_NEWNS); CLONE_NEWNS 290 tools/testing/selftests/filesystems/devpts_pts.c ret = unshare(CLONE_NEWNS); CLONE_NEWNS 19 tools/testing/selftests/mount/unprivileged-remount-test.c #ifndef CLONE_NEWNS CLONE_NEWNS 211 tools/testing/selftests/mount/unprivileged-remount-test.c if (unshare(CLONE_NEWNS) != 0) { CLONE_NEWNS 225 tools/testing/selftests/mount/unprivileged-remount-test.c if (unshare(CLONE_NEWNS) != 0) { CLONE_NEWNS 291 tools/testing/selftests/mount/unprivileged-remount-test.c ret = unshare(CLONE_NEWNS); CLONE_NEWNS 145 tools/testing/selftests/pidfd/pidfd_test.c ret = unshare(CLONE_NEWNS); CLONE_NEWNS 56 tools/testing/selftests/proc/proc-pid-vm.c if (unshare(CLONE_NEWNS) == -1) { CLONE_NEWNS 30 tools/testing/selftests/tmpfs/bug-link-o-tmpfile.c if (unshare(CLONE_NEWNS) == -1) {