Searched refs:CLONE_NEWUTS (Results 1 – 9 of 9) sorted by relevance
157 if (likely(!(flags & (CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC | in copy_namespaces()219 if (!(unshare_flags & (CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC | in unshare_nsproxy_namespaces()278 if (!flags || (flags & ~(CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC | in check_setns_flags()292 if (flags & CLONE_NEWUTS) in check_setns_flags()446 if (flags & CLONE_NEWUTS) { in validate_nsset()
97 if (!(flags & CLONE_NEWUTS)) in copy_utsname()162 .type = CLONE_NEWUTS,
3081 CLONE_NEWUTS|CLONE_NEWIPC|CLONE_NEWNET| in check_unshare_flags()
29 #define CLONE_NEWUTS 0x04000000 /* New utsname namespace */ macro
61 if (flags & CLONE_NEWUTS) in copy_utsname()
22 #ifndef CLONE_NEWUTS23 # define CLONE_NEWUTS 0x04000000 macro
42 if (unshare(CLONE_NEWUTS | CLONE_NEWUSER)) in main()
44 [PIDFD_NS_UTS] = { "uts", CLONE_NEWUTS, },180 CLONE_NEWUTS | CLONE_NEWPID | in FIXTURE_SETUP()209 CLONE_NEWUTS | CLONE_NEWPID | in FIXTURE_SETUP()
Completed in 22 milliseconds