Home
last modified time | relevance | path

Searched refs:in_userns (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Duser_namespace.h198 extern bool in_userns(const struct user_namespace *ancestor,
231 static inline bool in_userns(const struct user_namespace *ancestor, in in_userns() function
/linux/kernel/
H A Duser_namespace.c1310 bool in_userns(const struct user_namespace *ancestor, in in_userns() function
1321 return in_userns(target_ns, current_user_ns()); in current_in_userns()