Lines Matching refs:ns_common
32 ns_common: Arc<NsCommon>, field
93 fn ns_common_to_ns(ns_common: Arc<NsCommon>) -> Arc<Self> { in ns_common_to_ns()
94 let ns_common_ptr = Arc::as_ptr(&ns_common); in ns_common_to_ns()
95 container_of!(ns_common_ptr, MntNamespace, ns_common) in ns_common_to_ns()
111 pcb.map(|pcb| pcb.get_nsproxy().read().mnt_namespace.ns_common.clone()) in get()
120 ns_common: Arc<NsCommon>, in install()
123 let mnt_ns = MntNamespace::ns_common_to_ns(ns_common); in install()
133 fn owner(&self, ns_common: Arc<NsCommon>) -> Arc<UserNamespace> { in owner()
134 let mnt_ns = MntNamespace::ns_common_to_ns(ns_common); in owner()
137 fn put(&self, ns_common: Arc<NsCommon>) { in put()
138 let pid_ns = MntNamespace::ns_common_to_ns(ns_common); in put()
143 let ns_common = Arc::new(NsCommon::new(Box::new(MntNsOperations::new( in new() localVariable
148 ns_common, in new()
170 let ns_common = Arc::new(NsCommon::new(Box::new(MntNsOperations::new( in create_mnt_namespace() localVariable
178 ns_common, in create_mnt_namespace()