Lines Matching refs:ipc_namespace
21 struct ipc_namespace { struct
65 extern struct ipc_namespace init_ipc_ns; argument
71 extern void shm_destroy_orphaned(struct ipc_namespace *ns);
73 static inline void shm_destroy_orphaned(struct ipc_namespace *ns) {} in shm_destroy_orphaned()
77 extern int mq_init_ns(struct ipc_namespace *ns);
112 static inline int mq_init_ns(struct ipc_namespace *ns) { return 0; } in mq_init_ns()
116 extern struct ipc_namespace *copy_ipcs(unsigned long flags,
117 struct user_namespace *user_ns, struct ipc_namespace *ns);
119 static inline struct ipc_namespace *get_ipc_ns(struct ipc_namespace *ns) in get_ipc_ns()
126 extern void put_ipc_ns(struct ipc_namespace *ns);
128 static inline struct ipc_namespace *copy_ipcs(unsigned long flags, in copy_ipcs()
129 struct user_namespace *user_ns, struct ipc_namespace *ns) in copy_ipcs()
137 static inline struct ipc_namespace *get_ipc_ns(struct ipc_namespace *ns) in get_ipc_ns()
142 static inline void put_ipc_ns(struct ipc_namespace *ns) in put_ipc_ns()