Home
last modified time | relevance | path

Searched refs:ns_get_owner (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/
Duser_namespace.h128 struct ns_common *ns_get_owner(struct ns_common *ns);
169 static inline struct ns_common *ns_get_owner(struct ns_common *ns) in ns_get_owner() function
/Linux-v4.19/fs/
Dnsfs.c199 return open_related_ns(ns, ns_get_owner); in ns_ioctl()
/Linux-v4.19/kernel/
Duser_namespace.c1289 struct ns_common *ns_get_owner(struct ns_common *ns) in ns_get_owner() function
1319 .get_parent = ns_get_owner,