Searched defs:uts_namespace (Results 1 - 1 of 1) sorted by relevance

/include/linux/
H A Dutsname.h22 struct uts_namespace { struct
28 extern struct uts_namespace init_uts_ns;
31 static inline void get_uts_ns(struct uts_namespace *ns)
36 extern struct uts_namespace *copy_utsname(unsigned long flags,
37 struct user_namespace *user_ns, struct uts_namespace *old_ns);
40 static inline void put_uts_ns(struct uts_namespace *ns)
45 static inline void get_uts_ns(struct uts_namespace *ns)
49 static inline void put_uts_ns(struct uts_namespace *ns)
53 static inline struct uts_namespace *copy_utsname(unsigned long flags,
54 struct user_namespace *user_ns, struct uts_namespace *old_n
[all...]

Completed in 317 milliseconds