Home
last modified time | relevance | path

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

/DragonOS/kernel/src/namespaces/
H A Duser_namespace.rs63 struct UserNsOperations { struct
67 impl UserNsOperations { argument
75 impl NsOperations for UserNsOperations { implementation
126 ns_common: Arc::new(NsCommon::new(Box::new(UserNsOperations::new( in new()