Home
last modified time | relevance | path

Searched refs:nsp (Results 1 – 2 of 2) sorted by relevance

/fs/
A Dpidfs.c479 nsp = task->nsproxy; in pidfd_ioctl()
480 if (nsp) in pidfd_ioctl()
481 get_nsproxy(nsp); in pidfd_ioctl()
483 if (!nsp) in pidfd_ioctl()
497 get_cgroup_ns(nsp->cgroup_ns); in pidfd_ioctl()
503 get_ipc_ns(nsp->ipc_ns); in pidfd_ioctl()
508 get_mnt_ns(nsp->mnt_ns); in pidfd_ioctl()
509 ns_common = to_ns_common(nsp->mnt_ns); in pidfd_ioctl()
519 get_pid_ns(nsp->pid_ns_for_children); in pidfd_ioctl()
525 get_time_ns(nsp->time_ns); in pidfd_ioctl()
[all …]
A Dproc_namespace.c238 struct nsproxy *nsp; in mounts_open_common() local
249 nsp = task->nsproxy; in mounts_open_common()
250 if (!nsp || !nsp->mnt_ns) { in mounts_open_common()
255 ns = nsp->mnt_ns; in mounts_open_common()

Completed in 12 milliseconds