Home
last modified time | relevance | path

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

/DragonOS/kernel/src/namespaces/
H A Duser_namespace.rs79 fn get_parent(&self, ns_common: Arc<NsCommon>) -> Result<Arc<NsCommon>, SystemError> { in get_parent() method
H A Dnamespace.rs23 fn get_parent(&self, ns_common: Arc<NsCommon>) -> Result<Arc<NsCommon>, SystemError>; in get_parent() method
H A Dmnt_namespace.rs114 fn get_parent(&self, _ns_common: Arc<NsCommon>) -> Result<Arc<NsCommon>, SystemError> { in get_parent() method
H A Dpid_namespace.rs171 fn get_parent(&self, ns_common: Arc<NsCommon>) -> Result<Arc<NsCommon>, SystemError> { in get_parent() method