Searched refs:NsSet (Results 1 – 5 of 5) sorted by relevance
/DragonOS/kernel/src/namespaces/ |
H A D | namespace.rs | 17 use super::{create_new_namespaces, NsProxy, NsSet}; 21 fn install(&self, nsset: &mut NsSet, ns_common: Arc<NsCommon>) -> Result<(), SystemError>; in install() argument 100 pub fn prepare_nsset(flags: u64) -> Result<NsSet, SystemError> { in prepare_nsset() argument 102 Ok(NsSet { in prepare_nsset() 109 pub fn commit_nsset(nsset: NsSet) { in commit_nsset() argument
|
H A D | mod.rs | 21 pub struct NsSet { struct
|
H A D | pid_namespace.rs | 6 use super::NsSet; 190 fn install(&self, nsset: &mut NsSet, ns_common: Arc<NsCommon>) -> Result<(), SystemError> { in install() argument
|
H A D | user_namespace.rs | 84 nsset: &mut super::NsSet, in install() argument
|
H A D | mnt_namespace.rs | 119 nsset: &mut super::NsSet, in install() argument
|