Searched defs:NsSet (Results 1 – 5 of 5) sorted by relevance
/DragonOS/kernel/src/namespaces/ |
H A D | mod.rs | 21 pub struct NsSet { struct 22 flags: u64, 23 nsproxy: NsProxy, 24 pub fs: Arc<SpinLock<FsStruct>>,
|
H A D | namespace.rs | 21 fn install(&self, nsset: &mut NsSet, ns_common: Arc<NsCommon>) -> Result<(), SystemError>; in install() 100 pub fn prepare_nsset(flags: u64) -> Result<NsSet, SystemError> { in prepare_nsset() 109 pub fn commit_nsset(nsset: NsSet) { in commit_nsset()
|
H A D | user_namespace.rs | 84 nsset: &mut super::NsSet, in install()
|
H A D | mnt_namespace.rs | 119 nsset: &mut super::NsSet, in install()
|
H A D | pid_namespace.rs | 190 fn install(&self, nsset: &mut NsSet, ns_common: Arc<NsCommon>) -> Result<(), SystemError> { in install()
|