Home
last modified time | relevance | path

Searched refs:CLONE_NEWUTS (Results 1 – 9 of 9) sorted by relevance

/linux/kernel/
A Dnsproxy.c157 if (likely(!(flags & (CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC | in copy_namespaces()
217 if (!(unshare_flags & (CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC | in unshare_nsproxy_namespaces()
259 if (!flags || (flags & ~(CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC | in check_setns_flags()
273 if (flags & CLONE_NEWUTS) in check_setns_flags()
427 if (flags & CLONE_NEWUTS) { in validate_nsset()
A Dutsname.c97 if (!(flags & CLONE_NEWUTS)) in copy_utsname()
162 .type = CLONE_NEWUTS,
A Dfork.c2951 CLONE_NEWUTS|CLONE_NEWIPC|CLONE_NEWNET| in check_unshare_flags()
/linux/tools/testing/selftests/mount/
A Dunprivileged-remount-test.c22 #ifndef CLONE_NEWUTS
23 # define CLONE_NEWUTS 0x04000000 macro
/linux/tools/include/uapi/linux/
A Dsched.h29 #define CLONE_NEWUTS 0x04000000 /* New utsname namespace */ macro
/linux/include/uapi/linux/
A Dsched.h29 #define CLONE_NEWUTS 0x04000000 /* New utsname namespace */ macro
/linux/include/linux/
A Dutsname.h60 if (flags & CLONE_NEWUTS) in copy_utsname()
/linux/tools/testing/selftests/pidfd/
A Dpidfd_setns_test.c44 [PIDFD_NS_UTS] = { "uts", CLONE_NEWUTS, },
180 CLONE_NEWUTS | CLONE_NEWPID | in FIXTURE_SETUP()
209 CLONE_NEWUTS | CLONE_NEWPID | in FIXTURE_SETUP()
/linux/tools/testing/selftests/nsfs/
A Downer.c42 if (unshare(CLONE_NEWUTS | CLONE_NEWUSER)) in main()

Completed in 20 milliseconds