Searched refs:CLONE_NEWUTS (Results 1 – 6 of 6) sorted by relevance
74 if (!(flags & CLONE_NEWUTS)) in copy_utsname()135 .type = CLONE_NEWUTS,
130 if (likely(!(flags & (CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC | in copy_namespaces()182 if (!(unshare_flags & (CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC | in unshare_nsproxy_namespaces()
1884 CLONE_NEWUTS|CLONE_NEWIPC|CLONE_NEWNET| in check_unshare_flags()
26 #define CLONE_NEWUTS 0x04000000 /* New utsname namespace */ macro
57 if (flags & CLONE_NEWUTS) in copy_utsname()
21 #ifndef CLONE_NEWUTS22 # define CLONE_NEWUTS 0x04000000 macro