Home
last modified time | relevance | path

Searched defs:umount (Results 1 – 3 of 3) sorted by relevance

/DragonOS/kernel/src/filesystem/vfs/
H A Dmount.rs114 pub fn umount(&self) -> Result<Arc<MountFS>, SystemError> { in umount() method
482 fn umount(&self) -> Result<Arc<MountFS>, SystemError> { in umount() method
H A Dmod.rs453 fn umount(&self) -> Result<Arc<MountFS>, SystemError> { in umount() method
/DragonOS/kernel/src/filesystem/fat/
H A Dfs.rs906 pub fn umount(&mut self) -> Result<(), SystemError> { in umount() method