Lines Matching refs:user_namespace
43 struct user_namespace;
205 struct user_namespace *ns, int cap);
208 struct user_namespace *ns, int cap);
210 extern bool ns_capable(struct user_namespace *ns, int cap);
211 extern bool ns_capable_noaudit(struct user_namespace *ns, int cap);
218 struct user_namespace *ns, int cap) in has_ns_capability()
227 struct user_namespace *ns, int cap) in has_ns_capability_noaudit()
235 static inline bool ns_capable(struct user_namespace *ns, int cap) in ns_capable()
239 static inline bool ns_capable_noaudit(struct user_namespace *ns, int cap) in ns_capable_noaudit()
244 extern bool privileged_wrt_inode_uidgid(struct user_namespace *ns, const struct inode *inode);
246 extern bool file_ns_capable(const struct file *file, struct user_namespace *ns, int cap);
247 extern bool ptracer_capable(struct task_struct *tsk, struct user_namespace *ns);