Home
last modified time | relevance | path

Searched refs:copy_utsname (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dutsname.h38 extern struct uts_namespace *copy_utsname(unsigned long flags,
58 static inline struct uts_namespace *copy_utsname(unsigned long flags, in copy_utsname() function
/openbmc/linux/kernel/
H A Dutsname.c89 struct uts_namespace *copy_utsname(unsigned long flags, in copy_utsname() function
H A Dnsproxy.c84 new_nsp->uts_ns = copy_utsname(flags, user_ns, tsk->nsproxy->uts_ns); in create_new_namespaces()