Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/
Dutsname.c97 if (!(flags & CLONE_NEWUTS)) in copy_utsname()
164 .type = CLONE_NEWUTS,
Dnsproxy.c140 if (likely(!(flags & (CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC | in copy_namespaces()
194 if (!(unshare_flags & (CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC | in unshare_nsproxy_namespaces()
Dfork.c2736 CLONE_NEWUTS|CLONE_NEWIPC|CLONE_NEWNET| in check_unshare_flags()
/Linux-v5.4/include/uapi/linux/
Dsched.h29 #define CLONE_NEWUTS 0x04000000 /* New utsname namespace */ macro
/Linux-v5.4/tools/include/uapi/linux/
Dsched.h29 #define CLONE_NEWUTS 0x04000000 /* New utsname namespace */ macro
/Linux-v5.4/include/linux/
Dutsname.h61 if (flags & CLONE_NEWUTS) in copy_utsname()
/Linux-v5.4/tools/testing/selftests/mount/
Dunprivileged-remount-test.c22 #ifndef CLONE_NEWUTS
23 # define CLONE_NEWUTS 0x04000000 macro
/Linux-v5.4/tools/testing/selftests/nsfs/
Downer.c42 if (unshare(CLONE_NEWUTS | CLONE_NEWUSER)) in main()