Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Dutsname.c74 if (!(flags & CLONE_NEWUTS)) in copy_utsname()
135 .type = CLONE_NEWUTS,
Dnsproxy.c130 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()
Dfork.c1884 CLONE_NEWUTS|CLONE_NEWIPC|CLONE_NEWNET| in check_unshare_flags()
/linux-4.4.14/include/uapi/linux/
Dsched.h26 #define CLONE_NEWUTS 0x04000000 /* New utsname namespace */ macro
/linux-4.4.14/include/linux/
Dutsname.h57 if (flags & CLONE_NEWUTS) in copy_utsname()
/linux-4.4.14/tools/testing/selftests/mount/
Dunprivileged-remount-test.c21 #ifndef CLONE_NEWUTS
22 # define CLONE_NEWUTS 0x04000000 macro