Searched refs:ipc_ns (Results 1 - 8 of 8) sorted by relevance

/ipc/
H A Dmq_sysctl.c20 struct ipc_namespace *ipc_ns = current->nsproxy->ipc_ns; local
21 which = (which - (char *)&init_ipc_ns) + (char *)ipc_ns;
H A Dipc_sysctl.c24 struct ipc_namespace *ipc_ns = current->nsproxy->ipc_ns; local
25 which = (which - (char *)&init_ipc_ns) + (char *)ipc_ns;
55 struct ipc_namespace *ns = current->nsproxy->ipc_ns;
83 unregister_ipcns_notifier(current->nsproxy->ipc_ns);
111 unregister_ipcns_notifier(current->nsproxy->ipc_ns);
117 recompute_msgmni(current->nsproxy->ipc_ns);
118 cond_register_ipcns_notifier(current->nsproxy->ipc_ns);
H A Dmqueue.c217 struct ipc_namespace *ipc_ns, umode_t mode,
253 info->attr.mq_maxmsg = min(ipc_ns->mq_msg_max,
254 ipc_ns->mq_msg_default);
255 info->attr.mq_msgsize = min(ipc_ns->mq_msgsize_max,
256 ipc_ns->mq_msgsize_default);
334 struct ipc_namespace *ns = current->nsproxy->ipc_ns;
379 struct ipc_namespace *ipc_ns; local
387 ipc_ns = get_ns_from_inode(inode);
409 * (ipc_ns = sb->s_fs_info) is either a valid ipc_ns
216 mqueue_get_inode(struct super_block *sb, struct ipc_namespace *ipc_ns, umode_t mode, struct mq_attr *attr) argument
428 struct ipc_namespace *ipc_ns; local
700 mq_attr_ok(struct ipc_namespace *ipc_ns, struct mq_attr *attr) argument
731 do_create(struct ipc_namespace *ipc_ns, struct inode *dir, struct path *path, int oflag, umode_t mode, struct mq_attr *attr) argument
786 struct ipc_namespace *ipc_ns = current->nsproxy->ipc_ns; local
865 struct ipc_namespace *ipc_ns = current->nsproxy->ipc_ns; local
[all...]
H A Dnamespace.c138 * (Clearly, a task raising the refcount on its own ipc_ns
160 ns = get_ipc_ns(nsproxy->ipc_ns);
180 put_ipc_ns(nsproxy->ipc_ns);
181 nsproxy->ipc_ns = get_ipc_ns(ns);
H A Dmsg.c250 ns = current->nsproxy->ipc_ns;
531 ns = current->nsproxy->ipc_ns;
615 ns = current->nsproxy->ipc_ns;
831 ns = current->nsproxy->ipc_ns;
H A Dshm.c305 struct ipc_namespace *ns = task->nsproxy->ipc_ns;
627 ns = current->nsproxy->ipc_ns;
956 ns = current->nsproxy->ipc_ns;
1107 ns = current->nsproxy->ipc_ns;
H A Dsem.c575 ns = current->nsproxy->ipc_ns;
1580 ns = current->nsproxy->ipc_ns;
1789 ns = current->nsproxy->ipc_ns;
2080 sma = sem_obtain_object_check(tsk->nsproxy->ipc_ns, un->semid);
H A Dutil.c902 iter->ns = get_ipc_ns(current->nsproxy->ipc_ns);

Completed in 75 milliseconds