ns_common          10 fs/mount.h     	struct ns_common	ns;
ns_common        1731 fs/namespace.c struct mnt_namespace *to_mnt_ns(struct ns_common *ns)
ns_common        3943 fs/namespace.c static struct ns_common *mntns_get(struct task_struct *task)
ns_common        3945 fs/namespace.c 	struct ns_common *ns = NULL;
ns_common        3959 fs/namespace.c static void mntns_put(struct ns_common *ns)
ns_common        3964 fs/namespace.c static int mntns_install(struct nsproxy *nsproxy, struct ns_common *ns)
ns_common        4006 fs/namespace.c static struct user_namespace *mntns_owner(struct ns_common *ns)
ns_common          36 fs/nsfs.c      		struct ns_common *ns = inode->i_private;
ns_common          50 fs/nsfs.c      	struct ns_common *ns = inode->i_private;
ns_common          55 fs/nsfs.c      static void *__ns_get_path(struct path *path, struct ns_common *ns)
ns_common         112 fs/nsfs.c      		struct ns_common *ns = ns_get_cb(private_data);
ns_common         127 fs/nsfs.c      static struct ns_common *ns_get_path_task(void *private_data)
ns_common         145 fs/nsfs.c      int open_related_ns(struct ns_common *ns,
ns_common         146 fs/nsfs.c      		   struct ns_common *(*get_ns)(struct ns_common *ns))
ns_common         158 fs/nsfs.c      		struct ns_common *relative;
ns_common         190 fs/nsfs.c      	struct ns_common *ns = get_proc_ns(file_inode(filp));
ns_common         218 fs/nsfs.c      	struct ns_common *ns;
ns_common         856 include/linux/cgroup.h 	struct ns_common	ns;
ns_common          71 include/linux/ipc_namespace.h 	struct ns_common ns;
ns_common          47 include/linux/pid_namespace.h 	struct ns_common ns;
ns_common         142 include/linux/proc_fs.h struct ns_common;
ns_common         143 include/linux/proc_fs.h int open_related_ns(struct ns_common *ns,
ns_common         144 include/linux/proc_fs.h 		   struct ns_common *(*get_ns)(struct ns_common *ns));
ns_common          20 include/linux/proc_ns.h 	struct ns_common *(*get)(struct task_struct *task);
ns_common          21 include/linux/proc_ns.h 	void (*put)(struct ns_common *ns);
ns_common          22 include/linux/proc_ns.h 	int (*install)(struct nsproxy *nsproxy, struct ns_common *ns);
ns_common          23 include/linux/proc_ns.h 	struct user_namespace *(*owner)(struct ns_common *ns);
ns_common          24 include/linux/proc_ns.h 	struct ns_common *(*get_parent)(struct ns_common *ns);
ns_common          69 include/linux/proc_ns.h static inline int ns_alloc_inum(struct ns_common *ns)
ns_common          78 include/linux/proc_ns.h #define get_proc_ns(inode) ((struct ns_common *)(inode)->i_private)
ns_common          81 include/linux/proc_ns.h typedef struct ns_common *ns_get_path_helper_t(void *);
ns_common         410 include/linux/socket.h extern struct ns_common *get_net_ns(struct ns_common *ns);
ns_common          64 include/linux/user_namespace.h 	struct ns_common	ns;
ns_common         138 include/linux/user_namespace.h struct ns_common *ns_get_owner(struct ns_common *ns);
ns_common         179 include/linux/user_namespace.h static inline struct ns_common *ns_get_owner(struct ns_common *ns)
ns_common          29 include/linux/utsname.h 	struct ns_common ns;
ns_common          90 include/net/net_namespace.h 	struct ns_common	ns;
ns_common         156 ipc/namespace.c static inline struct ipc_namespace *to_ipc_ns(struct ns_common *ns)
ns_common         161 ipc/namespace.c static struct ns_common *ipcns_get(struct task_struct *task)
ns_common         175 ipc/namespace.c static void ipcns_put(struct ns_common *ns)
ns_common         180 ipc/namespace.c static int ipcns_install(struct nsproxy *nsproxy, struct ns_common *new)
ns_common         194 ipc/namespace.c static struct user_namespace *ipcns_owner(struct ns_common *ns)
ns_common         268 kernel/bpf/offload.c static struct ns_common *bpf_prog_offload_info_fill_ns(void *private_data)
ns_common         272 kernel/bpf/offload.c 	struct ns_common *ns;
ns_common         496 kernel/bpf/offload.c static struct ns_common *bpf_map_offload_info_fill_ns(void *private_data)
ns_common         499 kernel/bpf/offload.c 	struct ns_common *ns;
ns_common          93 kernel/cgroup/namespace.c static inline struct cgroup_namespace *to_cg_ns(struct ns_common *ns)
ns_common          98 kernel/cgroup/namespace.c static int cgroupns_install(struct nsproxy *nsproxy, struct ns_common *ns)
ns_common         117 kernel/cgroup/namespace.c static struct ns_common *cgroupns_get(struct task_struct *task)
ns_common         133 kernel/cgroup/namespace.c static void cgroupns_put(struct ns_common *ns)
ns_common         138 kernel/cgroup/namespace.c static struct user_namespace *cgroupns_owner(struct ns_common *ns)
ns_common         238 kernel/nsproxy.c 	struct ns_common *ns;
ns_common         337 kernel/pid_namespace.c static inline struct pid_namespace *to_pid_ns(struct ns_common *ns)
ns_common         342 kernel/pid_namespace.c static struct ns_common *pidns_get(struct task_struct *task)
ns_common         355 kernel/pid_namespace.c static struct ns_common *pidns_for_children_get(struct task_struct *task)
ns_common         378 kernel/pid_namespace.c static void pidns_put(struct ns_common *ns)
ns_common         383 kernel/pid_namespace.c static int pidns_install(struct nsproxy *nsproxy, struct ns_common *ns)
ns_common         414 kernel/pid_namespace.c static struct ns_common *pidns_get_parent(struct ns_common *ns)
ns_common         432 kernel/pid_namespace.c static struct user_namespace *pidns_owner(struct ns_common *ns)
ns_common        1235 kernel/user_namespace.c static inline struct user_namespace *to_user_ns(struct ns_common *ns)
ns_common        1240 kernel/user_namespace.c static struct ns_common *userns_get(struct task_struct *task)
ns_common        1251 kernel/user_namespace.c static void userns_put(struct ns_common *ns)
ns_common        1256 kernel/user_namespace.c static int userns_install(struct nsproxy *nsproxy, struct ns_common *ns)
ns_common        1287 kernel/user_namespace.c struct ns_common *ns_get_owner(struct ns_common *ns)
ns_common        1305 kernel/user_namespace.c static struct user_namespace *userns_owner(struct ns_common *ns)
ns_common         117 kernel/utsname.c static inline struct uts_namespace *to_uts_ns(struct ns_common *ns)
ns_common         122 kernel/utsname.c static struct ns_common *utsns_get(struct task_struct *task)
ns_common         138 kernel/utsname.c static void utsns_put(struct ns_common *ns)
ns_common         143 kernel/utsname.c static int utsns_install(struct nsproxy *nsproxy, struct ns_common *new)
ns_common         157 kernel/utsname.c static struct user_namespace *utsns_owner(struct ns_common *ns)
ns_common         649 net/core/net_namespace.c 	struct ns_common *ns;
ns_common        1334 net/core/net_namespace.c static struct ns_common *netns_get(struct task_struct *task)
ns_common        1348 net/core/net_namespace.c static inline struct net *to_net_ns(struct ns_common *ns)
ns_common        1353 net/core/net_namespace.c static void netns_put(struct ns_common *ns)
ns_common        1358 net/core/net_namespace.c static int netns_install(struct nsproxy *nsproxy, struct ns_common *ns)
ns_common        1371 net/core/net_namespace.c static struct user_namespace *netns_owner(struct ns_common *ns)
ns_common        1081 net/socket.c   struct ns_common *get_net_ns(struct ns_common *ns)