Searched refs:ipc_ns (Results 1 – 8 of 8) sorted by relevance
213 struct ipc_namespace *ipc_ns, umode_t mode, in mqueue_get_inode() argument249 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() local381 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 …]
20 struct ipc_namespace *ipc_ns = current->nsproxy->ipc_ns; in get_mq() local21 which = (which - (char *)&init_ipc_ns) + (char *)ipc_ns; in get_mq()
24 struct ipc_namespace *ipc_ns = current->nsproxy->ipc_ns; in get_ipc() local25 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()
166 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()
274 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()
338 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()
614 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()
859 iter->ns = get_ipc_ns(current->nsproxy->ipc_ns); in sysvipc_proc_open()