Home
last modified time | relevance | path

Searched refs:nsproxy (Results 1 – 8 of 8) sorted by relevance

/ipc/
Dnamespace.c155 struct nsproxy *nsproxy; in ipcns_get() local
158 nsproxy = task->nsproxy; in ipcns_get()
159 if (nsproxy) in ipcns_get()
160 ns = get_ipc_ns(nsproxy->ipc_ns); in ipcns_get()
171 static int ipcns_install(struct nsproxy *nsproxy, void *new) in ipcns_install() argument
180 put_ipc_ns(nsproxy->ipc_ns); in ipcns_install()
181 nsproxy->ipc_ns = get_ipc_ns(ns); in ipcns_install()
Dipc_sysctl.c24 struct ipc_namespace *ipc_ns = current->nsproxy->ipc_ns; in get_ipc()
55 struct ipc_namespace *ns = current->nsproxy->ipc_ns; in proc_ipc_dointvec_minmax_orphans()
83 unregister_ipcns_notifier(current->nsproxy->ipc_ns); in proc_ipc_callback_dointvec_minmax()
111 unregister_ipcns_notifier(current->nsproxy->ipc_ns); in ipc_auto_callback()
117 recompute_msgmni(current->nsproxy->ipc_ns); in ipc_auto_callback()
118 cond_register_ipcns_notifier(current->nsproxy->ipc_ns); in ipc_auto_callback()
Dmq_sysctl.c20 struct ipc_namespace *ipc_ns = current->nsproxy->ipc_ns; in get_mq()
Dmsg.c250 ns = current->nsproxy->ipc_ns; in SYSCALL_DEFINE2()
531 ns = current->nsproxy->ipc_ns; in SYSCALL_DEFINE3()
615 ns = current->nsproxy->ipc_ns; in do_msgsnd()
834 ns = current->nsproxy->ipc_ns; in do_msgrcv()
Dshm.c305 struct ipc_namespace *ns = task->nsproxy->ipc_ns; in exit_shm()
627 ns = current->nsproxy->ipc_ns; in SYSCALL_DEFINE3()
956 ns = current->nsproxy->ipc_ns; in SYSCALL_DEFINE3()
1107 ns = current->nsproxy->ipc_ns; in do_shmat()
Dsem.c591 ns = current->nsproxy->ipc_ns; in SYSCALL_DEFINE3()
1596 ns = current->nsproxy->ipc_ns; in SYSCALL_DEFINE4()
1805 ns = current->nsproxy->ipc_ns; in SYSCALL_DEFINE4()
2107 sma = sem_obtain_object_check(tsk->nsproxy->ipc_ns, semid); in exit_sem()
Dmqueue.c331 struct ipc_namespace *ns = current->nsproxy->ipc_ns; in mqueue_mount()
783 struct ipc_namespace *ipc_ns = current->nsproxy->ipc_ns; in SYSCALL_DEFINE4()
862 struct ipc_namespace *ipc_ns = current->nsproxy->ipc_ns; in SYSCALL_DEFINE1()
Dutil.c902 iter->ns = get_ipc_ns(current->nsproxy->ipc_ns); in sysvipc_proc_open()