Home
last modified time | relevance | path

Searched refs:ns_common (Results 1 – 11 of 11) sorted by relevance

/include/linux/
Dproc_ns.h20 struct ns_common *(*get)(struct task_struct *task);
21 void (*put)(struct ns_common *ns);
22 int (*install)(struct nsset *nsset, struct ns_common *ns);
23 struct user_namespace *(*owner)(struct ns_common *ns);
24 struct ns_common *(*get_parent)(struct ns_common *ns);
67 static inline int ns_alloc_inum(struct ns_common *ns) in ns_alloc_inum()
76 #define get_proc_ns(inode) ((struct ns_common *)(inode)->i_private)
79 typedef struct ns_common *ns_get_path_helper_t(void *);
83 extern bool ns_match(const struct ns_common *ns, dev_t dev, ino_t ino);
Dmnt_namespace.h9 struct ns_common;
14 extern struct ns_common *from_mnt_ns(struct mnt_namespace *);
Duser_namespace.h75 struct ns_common ns;
176 struct ns_common *ns_get_owner(struct ns_common *ns);
217 static inline struct ns_common *ns_get_owner(struct ns_common *ns) in ns_get_owner()
Dns_common.h9 struct ns_common { struct
Dproc_fs.h214 struct ns_common;
215 int open_related_ns(struct ns_common *ns,
216 struct ns_common *(*get_ns)(struct ns_common *ns));
Dutsname.h27 struct ns_common ns;
Dpid_namespace.h33 struct ns_common ns;
Dipc_namespace.h72 struct ns_common ns;
Dtime_namespace.h22 struct ns_common ns;
Dcgroup.h866 struct ns_common ns;
/include/net/
Dnet_namespace.h89 struct ns_common ns;
194 struct ns_common *get_net_ns(struct ns_common *ns);
216 static inline struct ns_common *get_net_ns(struct ns_common *ns) in get_net_ns()