Home
last modified time | relevance | path

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

/DragonOS/kernel/src/namespaces/
H A Dnamespace.rs18 pub trait NsOperations: Send + Sync + Debug { interface
27 ops: Box<dyn NsOperations>,
32 pub fn new(ops: Box<dyn NsOperations>) -> Self { in new()
H A Duser_namespace.rs18 use super::namespace::NsOperations;
75 impl NsOperations for UserNsOperations {
H A Dmnt_namespace.rs14 use super::namespace::NsOperations;
108 impl NsOperations for MntNsOperations {
H A Dpid_namespace.rs10 use crate::namespaces::namespace::NsOperations;
160 impl NsOperations for PidNsOperations {