Searched refs:mnt_namespace (Results 1 – 5 of 5) sorted by relevance
2 use mnt_namespace::{FsStruct, MntNamespace};12 pub mod mnt_namespace; module29 pub mnt_namespace: Arc<MntNamespace>, field41 mnt_namespace: Arc::new(MntNamespace::new()), in new()49 self.mnt_namespace = new_mnt_ns; in set_mnt_namespace()74 pcb.get_nsproxy().read().mnt_namespace.clone() in create_new_namespaces()
111 pcb.map(|pcb| pcb.get_nsproxy().read().mnt_namespace.ns_common.clone()) in get()127 nsproxy.mnt_namespace = mnt_ns; in install()
5 DragonOS的namespaces目前支持pid_namespace和mnt_namespace 预计之后会继续完善14 mnt_namespace
5 pcb -> nsproxy -> mnt_namespace
53 namespaces::{mnt_namespace::FsStruct, pid_namespace::PidStrcut, NsProxy},