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

/include/linux/
H A Duser_namespace.h20 struct user_namespace { struct
25 struct user_namespace *parent;
38 extern struct user_namespace init_user_ns;
42 static inline struct user_namespace *get_user_ns(struct user_namespace *ns)
51 extern void free_user_ns(struct user_namespace *ns);
53 static inline void put_user_ns(struct user_namespace *ns)
68 static inline struct user_namespace *get_user_ns(struct user_namespace *ns)
86 static inline void put_user_ns(struct user_namespace *n
[all...]

Completed in 1663 milliseconds