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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/ipc/
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;
58 unregister_ipcns_notifier(current->nsproxy->ipc_ns);
86 unregister_ipcns_notifier(current->nsproxy->ipc_ns);
92 recompute_msgmni(current->nsproxy->ipc_ns);
93 cond_register_ipcns_notifier(current->nsproxy->ipc_ns);
H A Dmqueue.c111 struct ipc_namespace *ipc_ns, int mode,
142 info->attr.mq_maxmsg = ipc_ns->mq_msg_max;
143 info->attr.mq_msgsize = ipc_ns->mq_msgsize_max;
218 data = current->nsproxy->ipc_ns;
250 struct ipc_namespace *ipc_ns; local
257 ipc_ns = get_ns_from_inode(inode);
274 * (ipc_ns = sb->s_fs_info) is either a valid ipc_ns
278 if (ipc_ns)
279 ipc_ns
110 mqueue_get_inode(struct super_block *sb, struct ipc_namespace *ipc_ns, int mode, struct mq_attr *attr) argument
293 struct ipc_namespace *ipc_ns; local
577 mq_attr_ok(struct ipc_namespace *ipc_ns, struct mq_attr *attr) argument
602 do_create(struct ipc_namespace *ipc_ns, struct dentry *dir, struct dentry *dentry, int oflag, mode_t mode, struct mq_attr *attr) argument
645 do_open(struct ipc_namespace *ipc_ns, struct dentry *dentry, int oflag) argument
680 struct ipc_namespace *ipc_ns = current->nsproxy->ipc_ns; local
751 struct ipc_namespace *ipc_ns = current->nsproxy->ipc_ns; local
[all...]
H A Dmq_sysctl.c29 struct ipc_namespace *ipc_ns = current->nsproxy->ipc_ns; local
30 which = (which - (char *)&init_ipc_ns) + (char *)ipc_ns;
H A Dmsg.c318 ns = current->nsproxy->ipc_ns;
479 ns = current->nsproxy->ipc_ns;
643 ns = current->nsproxy->ipc_ns;
766 ns = current->nsproxy->ipc_ns;
H A Dsem.c327 ns = current->nsproxy->ipc_ns;
1089 ns = current->nsproxy->ipc_ns;
1302 ns = current->nsproxy->ipc_ns;
1559 sma = sem_lock_check(tsk->nsproxy->ipc_ns, un->semid);
H A Dshm.c454 ns = current->nsproxy->ipc_ns;
648 ns = current->nsproxy->ipc_ns;
866 ns = current->nsproxy->ipc_ns;
H A Dutil.c971 iter->ns = get_ipc_ns(current->nsproxy->ipc_ns);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/ipc/
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;
58 unregister_ipcns_notifier(current->nsproxy->ipc_ns);
86 unregister_ipcns_notifier(current->nsproxy->ipc_ns);
92 recompute_msgmni(current->nsproxy->ipc_ns);
93 cond_register_ipcns_notifier(current->nsproxy->ipc_ns);
H A Dmqueue.c111 struct ipc_namespace *ipc_ns, int mode,
142 info->attr.mq_maxmsg = ipc_ns->mq_msg_max;
143 info->attr.mq_msgsize = ipc_ns->mq_msgsize_max;
218 data = current->nsproxy->ipc_ns;
250 struct ipc_namespace *ipc_ns; local
257 ipc_ns = get_ns_from_inode(inode);
274 * (ipc_ns = sb->s_fs_info) is either a valid ipc_ns
278 if (ipc_ns)
279 ipc_ns
110 mqueue_get_inode(struct super_block *sb, struct ipc_namespace *ipc_ns, int mode, struct mq_attr *attr) argument
293 struct ipc_namespace *ipc_ns; local
577 mq_attr_ok(struct ipc_namespace *ipc_ns, struct mq_attr *attr) argument
602 do_create(struct ipc_namespace *ipc_ns, struct dentry *dir, struct dentry *dentry, int oflag, mode_t mode, struct mq_attr *attr) argument
645 do_open(struct ipc_namespace *ipc_ns, struct dentry *dentry, int oflag) argument
680 struct ipc_namespace *ipc_ns = current->nsproxy->ipc_ns; local
751 struct ipc_namespace *ipc_ns = current->nsproxy->ipc_ns; local
[all...]
H A Dmq_sysctl.c29 struct ipc_namespace *ipc_ns = current->nsproxy->ipc_ns; local
30 which = (which - (char *)&init_ipc_ns) + (char *)ipc_ns;
H A Dmsg.c318 ns = current->nsproxy->ipc_ns;
479 ns = current->nsproxy->ipc_ns;
643 ns = current->nsproxy->ipc_ns;
766 ns = current->nsproxy->ipc_ns;
H A Dsem.c327 ns = current->nsproxy->ipc_ns;
1089 ns = current->nsproxy->ipc_ns;
1302 ns = current->nsproxy->ipc_ns;
1559 sma = sem_lock_check(tsk->nsproxy->ipc_ns, un->semid);
H A Dshm.c454 ns = current->nsproxy->ipc_ns;
648 ns = current->nsproxy->ipc_ns;
866 ns = current->nsproxy->ipc_ns;
H A Dutil.c971 iter->ns = get_ipc_ns(current->nsproxy->ipc_ns);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/
H A Dnsproxy.c32 .ipc_ns = &init_ipc_ns,
78 new_nsp->ipc_ns = copy_ipcs(flags, tsk->nsproxy->ipc_ns);
79 if (IS_ERR(new_nsp->ipc_ns)) {
80 err = PTR_ERR(new_nsp->ipc_ns);
102 if (new_nsp->ipc_ns)
103 put_ipc_ns(new_nsp->ipc_ns);
170 if (ns->ipc_ns)
171 put_ipc_ns(ns->ipc_ns);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/
H A Dnsproxy.c32 .ipc_ns = &init_ipc_ns,
78 new_nsp->ipc_ns = copy_ipcs(flags, tsk->nsproxy->ipc_ns);
79 if (IS_ERR(new_nsp->ipc_ns)) {
80 err = PTR_ERR(new_nsp->ipc_ns);
102 if (new_nsp->ipc_ns)
103 put_ipc_ns(new_nsp->ipc_ns);
170 if (ns->ipc_ns)
171 put_ipc_ns(ns->ipc_ns);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dnsproxy.h28 struct ipc_namespace *ipc_ns; member in struct:nsproxy
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dnsproxy.h28 struct ipc_namespace *ipc_ns; member in struct:nsproxy

Completed in 124 milliseconds