Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/
Dutsname.c101 if (!(flags & CLONE_NEWUTS)) in copy_utsname()
168 .type = CLONE_NEWUTS,
Dnsproxy.c144 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()
Dfork.c2367 CLONE_NEWUTS|CLONE_NEWIPC|CLONE_NEWNET| in check_unshare_flags()
/Linux-v4.19/tools/include/uapi/linux/
Dsched.h26 #define CLONE_NEWUTS 0x04000000 /* New utsname namespace */ macro
/Linux-v4.19/include/uapi/linux/
Dsched.h26 #define CLONE_NEWUTS 0x04000000 /* New utsname namespace */ macro
/Linux-v4.19/include/linux/
Dutsname.h61 if (flags & CLONE_NEWUTS) in copy_utsname()
/Linux-v4.19/tools/testing/selftests/mount/
Dunprivileged-remount-test.c22 #ifndef CLONE_NEWUTS
23 # define CLONE_NEWUTS 0x04000000 macro
/Linux-v4.19/tools/testing/selftests/nsfs/
Downer.c42 if (unshare(CLONE_NEWUTS | CLONE_NEWUSER)) in main()