Searched refs:CLONE_NEWUTS (Results 1 – 8 of 8) sorted by relevance
101 if (!(flags & CLONE_NEWUTS)) in copy_utsname()168 .type = CLONE_NEWUTS,
144 if (likely(!(flags & (CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC | in copy_namespaces()198 if (!(unshare_flags & (CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC | in unshare_nsproxy_namespaces()
2367 CLONE_NEWUTS|CLONE_NEWIPC|CLONE_NEWNET| in check_unshare_flags()
26 #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()