Home
last modified time | relevance | path

Searched defs:MntNamespace (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/namespaces/
H A Dmnt_namespace.rs30 pub struct MntNamespace { struct
51 impl Default for MntNamespace { implementation
92 impl Namespace for MntNamespace { implementation
141 impl MntNamespace { implementation
H A Dmod.rs48 pub fn set_mnt_namespace(&mut self, new_mnt_ns: Arc<MntNamespace>) { in set_mnt_namespace()