Lines Matching refs:ipc_namespace
28 struct ipc_namespace { struct
73 extern struct ipc_namespace init_ipc_ns; argument
77 extern void shm_destroy_orphaned(struct ipc_namespace *ns);
79 static inline void shm_destroy_orphaned(struct ipc_namespace *ns) {} in shm_destroy_orphaned()
83 extern int mq_init_ns(struct ipc_namespace *ns);
118 static inline int mq_init_ns(struct ipc_namespace *ns) { return 0; } in mq_init_ns()
122 extern struct ipc_namespace *copy_ipcs(unsigned long flags,
123 struct user_namespace *user_ns, struct ipc_namespace *ns);
125 static inline struct ipc_namespace *get_ipc_ns(struct ipc_namespace *ns) in get_ipc_ns()
132 extern void put_ipc_ns(struct ipc_namespace *ns);
134 static inline struct ipc_namespace *copy_ipcs(unsigned long flags, in copy_ipcs()
135 struct user_namespace *user_ns, struct ipc_namespace *ns) in copy_ipcs()
143 static inline struct ipc_namespace *get_ipc_ns(struct ipc_namespace *ns) in get_ipc_ns()
148 static inline void put_ipc_ns(struct ipc_namespace *ns) in put_ipc_ns()