Home
last modified time | relevance | path

Searched refs:umount (Results 1 – 6 of 6) sorted by relevance

/DragonOS/tools/
H A Dumount_virt_disk.sh17 umount -f ../bin/disk_mount/
/DragonOS/user/apps/test_ramfs/
H A Dmain.c101 if (umount("/SOME/RAMFS/some/another/just_another") == -1) { in main()
/DragonOS/kernel/src/filesystem/vfs/
H A Dmount.rs113 pub fn umount(&self) -> Result<Arc<MountFS>, SystemError> { in umount() method
444 let new_mount_fs = from.umount()?; in mount_from()
455 fn umount(&self) -> Result<Arc<MountFS>, SystemError> { in umount() method
459 return self.mount_fs.umount(); in umount()
H A Dcore.rs334 fs.umount()?; in do_umount2()
H A Dmod.rs450 fn umount(&self) -> Result<Arc<MountFS>, SystemError> { in umount() method
/DragonOS/kernel/src/filesystem/fat/
H A Dfs.rs904 pub fn umount(&mut self) -> Result<(), SystemError> { in umount() method
1217 let r = self.umount(); in drop()