Home
last modified time | relevance | path

Searched defs:NsSet (Results 1 – 5 of 5) sorted by relevance

/DragonOS/kernel/src/namespaces/
H A Dmod.rs21 pub struct NsSet { struct
22 flags: u64,
23 nsproxy: NsProxy,
24 pub fs: Arc<SpinLock<FsStruct>>,
H A Dnamespace.rs21 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 Duser_namespace.rs84 nsset: &mut super::NsSet, in install()
H A Dmnt_namespace.rs119 nsset: &mut super::NsSet, in install()
H A Dpid_namespace.rs190 fn install(&self, nsset: &mut NsSet, ns_common: Arc<NsCommon>) -> Result<(), SystemError> { in install()