Searched refs:in_userns (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Duser_namespace.h186 extern bool in_userns(const struct user_namespace *ancestor,
219 static inline bool in_userns(const struct user_namespace *ancestor, function
/linux-master/kernel/
H A Dpid_namespace.c82 if (!in_userns(parent_pid_ns->user_ns, user_ns))
H A Duser_namespace.c1303 bool in_userns(const struct user_namespace *ancestor, function
1314 return in_userns(target_ns, current_user_ns());

Completed in 139 milliseconds