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()
75 #define get_proc_ns(inode) ((struct ns_common *)(inode)->i_private)
78 typedef struct ns_common *ns_get_path_helper_t(void *);
82 extern bool ns_match(const struct ns_common *ns, dev_t dev, ino_t ino);
Dmnt_namespace.h12 struct ns_common;
18 extern struct ns_common *from_mnt_ns(struct mnt_namespace *);
Duser_namespace.h83 struct ns_common ns;
195 struct ns_common *ns_get_owner(struct ns_common *ns);
236 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.h239 struct ns_common;
240 int open_related_ns(struct ns_common *ns,
241 struct ns_common *(*get_ns)(struct ns_common *ns));
Dutsname.h28 struct ns_common ns;
Dpid_namespace.h40 struct ns_common ns;
Dipc_namespace.h80 struct ns_common ns;
Dtime_namespace.h25 struct ns_common ns;
Dcgroup.h773 struct ns_common ns;
/include/net/
Dnet_namespace.h93 struct ns_common ns;
207 struct ns_common *get_net_ns(struct ns_common *ns);
229 static inline struct ns_common *get_net_ns(struct ns_common *ns) in get_net_ns()