Home
last modified time | relevance | path

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

/DragonOS/kernel/src/namespaces/
H A Dmnt_namespace.rs58 struct MntNsOperations { struct
99 impl MntNsOperations { implementation
108 impl NsOperations for MntNsOperations { implementation
143 let ns_common = Arc::new(NsCommon::new(Box::new(MntNsOperations::new( in new()
170 let ns_common = Arc::new(NsCommon::new(Box::new(MntNsOperations::new( in create_mnt_namespace()