Home
last modified time | relevance | path

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

/ipc/
Dmqueue.c213 struct ipc_namespace *ipc_ns, umode_t mode, in mqueue_get_inode() argument
249 info->attr.mq_maxmsg = min(ipc_ns->mq_msg_max, in mqueue_get_inode()
250 ipc_ns->mq_msg_default); in mqueue_get_inode()
251 info->attr.mq_msgsize = min(ipc_ns->mq_msgsize_max, in mqueue_get_inode()
252 ipc_ns->mq_msgsize_default); in mqueue_get_inode()
335 ns = current->nsproxy->ipc_ns; in mqueue_mount()
373 struct ipc_namespace *ipc_ns; in mqueue_evict_inode() local
381 ipc_ns = get_ns_from_inode(inode); in mqueue_evict_inode()
407 if (ipc_ns) in mqueue_evict_inode()
408 ipc_ns->mq_queues_count--; in mqueue_evict_inode()
[all …]
Dmq_sysctl.c20 struct ipc_namespace *ipc_ns = current->nsproxy->ipc_ns; in get_mq() local
21 which = (which - (char *)&init_ipc_ns) + (char *)ipc_ns; in get_mq()
Dipc_sysctl.c24 struct ipc_namespace *ipc_ns = current->nsproxy->ipc_ns; in get_ipc() local
25 which = (which - (char *)&init_ipc_ns) + (char *)ipc_ns; in get_ipc()
55 struct ipc_namespace *ns = current->nsproxy->ipc_ns; in proc_ipc_dointvec_minmax_orphans()
Dnamespace.c166 ns = get_ipc_ns(nsproxy->ipc_ns); in ipcns_get()
186 put_ipc_ns(nsproxy->ipc_ns); in ipcns_install()
187 nsproxy->ipc_ns = get_ipc_ns(ns); in ipcns_install()
Dmsg.c274 ns = current->nsproxy->ipc_ns; in SYSCALL_DEFINE2()
564 ns = current->nsproxy->ipc_ns; in SYSCALL_DEFINE3()
639 ns = current->nsproxy->ipc_ns; in do_msgsnd()
858 ns = current->nsproxy->ipc_ns; in do_msgrcv()
Dshm.c338 struct ipc_namespace *ns = task->nsproxy->ipc_ns; in exit_shm()
684 ns = current->nsproxy->ipc_ns; in SYSCALL_DEFINE3()
1013 ns = current->nsproxy->ipc_ns; in SYSCALL_DEFINE3()
1169 ns = current->nsproxy->ipc_ns; in do_shmat()
Dsem.c614 ns = current->nsproxy->ipc_ns; in SYSCALL_DEFINE3()
1621 ns = current->nsproxy->ipc_ns; in SYSCALL_DEFINE4()
1830 ns = current->nsproxy->ipc_ns; in SYSCALL_DEFINE4()
2134 sma = sem_obtain_object_check(tsk->nsproxy->ipc_ns, semid); in exit_sem()
Dutil.c859 iter->ns = get_ipc_ns(current->nsproxy->ipc_ns); in sysvipc_proc_open()