Home
last modified time | relevance | path

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

/ipc/
Dnamespace.c164 struct nsproxy *nsproxy; in ipcns_get() local
167 nsproxy = task->nsproxy; in ipcns_get()
168 if (nsproxy) in ipcns_get()
169 ns = get_ipc_ns(nsproxy->ipc_ns); in ipcns_get()
180 static int ipcns_install(struct nsproxy *nsproxy, struct ns_common *new) in ipcns_install() argument
189 put_ipc_ns(nsproxy->ipc_ns); in ipcns_install()
190 nsproxy->ipc_ns = get_ipc_ns(ns); in ipcns_install()
Dipc_sysctl.c20 struct ipc_namespace *ipc_ns = current->nsproxy->ipc_ns; in get_ipc()
51 struct ipc_namespace *ns = current->nsproxy->ipc_ns; in proc_ipc_dointvec_minmax_orphans()
91 struct ipc_namespace *ns = current->nsproxy->ipc_ns; in proc_ipc_sem_dointvec()
97 ret = sem_check_semmni(current->nsproxy->ipc_ns); in proc_ipc_sem_dointvec()
Dmsg.c285 ns = current->nsproxy->ipc_ns; in ksys_msgget()
579 ns = current->nsproxy->ipc_ns; in ksys_msgctl()
710 ns = current->nsproxy->ipc_ns; in compat_ksys_msgctl()
825 ns = current->nsproxy->ipc_ns; in do_msgsnd()
1075 ns = current->nsproxy->ipc_ns; in do_msgrcv()
Dmq_sysctl.c16 struct ipc_namespace *ipc_ns = current->nsproxy->ipc_ns; in get_mq()
Dshm.c385 struct ipc_namespace *ns = task->nsproxy->ipc_ns; in exit_shm()
736 ns = current->nsproxy->ipc_ns; in ksys_shmget()
1149 ns = current->nsproxy->ipc_ns; in ksys_shmctl()
1341 ns = current->nsproxy->ipc_ns; in compat_ksys_shmctl()
1479 ns = current->nsproxy->ipc_ns; in do_shmat()
Dsem.c591 ns = current->nsproxy->ipc_ns; in ksys_semget()
1643 ns = current->nsproxy->ipc_ns; in ksys_semctl()
1763 ns = current->nsproxy->ipc_ns; in compat_ksys_semctl()
1980 ns = current->nsproxy->ipc_ns; in do_semtimedop()
2343 sma = sem_obtain_object_check(tsk->nsproxy->ipc_ns, semid); in exit_sem()
Dmqueue.c386 ctx->ipc_ns = get_ipc_ns(current->nsproxy->ipc_ns); in mqueue_init_fs_context()
801 struct vfsmount *mnt = current->nsproxy->ipc_ns->mq_mnt; in do_mq_open()
863 struct ipc_namespace *ipc_ns = current->nsproxy->ipc_ns; in SYSCALL_DEFINE1()
Dutil.c872 iter->ns = get_ipc_ns(current->nsproxy->ipc_ns); in sysvipc_proc_open()