Lines Matching refs:ipc_namespace
29 struct ipc_namespace { struct
76 extern struct ipc_namespace init_ipc_ns; argument
80 extern void shm_destroy_orphaned(struct ipc_namespace *ns);
82 static inline void shm_destroy_orphaned(struct ipc_namespace *ns) {} in shm_destroy_orphaned()
86 extern int mq_init_ns(struct ipc_namespace *ns);
121 static inline int mq_init_ns(struct ipc_namespace *ns) { return 0; } in mq_init_ns()
125 extern struct ipc_namespace *copy_ipcs(unsigned long flags,
126 struct user_namespace *user_ns, struct ipc_namespace *ns);
128 static inline struct ipc_namespace *get_ipc_ns(struct ipc_namespace *ns) in get_ipc_ns()
135 extern void put_ipc_ns(struct ipc_namespace *ns);
137 static inline struct ipc_namespace *copy_ipcs(unsigned long flags, in copy_ipcs()
138 struct user_namespace *user_ns, struct ipc_namespace *ns) in copy_ipcs()
146 static inline struct ipc_namespace *get_ipc_ns(struct ipc_namespace *ns) in get_ipc_ns()
151 static inline void put_ipc_ns(struct ipc_namespace *ns) in put_ipc_ns()