Home
last modified time | relevance | path

Searched refs:mount (Results 1 – 5 of 5) sorted by relevance

/DragonOS-0.1.8/tools/
Dmount_virt_disk.sh14 mount ${LOOP_DEVICE}p1 ../bin/disk_mount/
/DragonOS-0.1.8/kernel/src/filesystem/vfs/
Dcore.rs17 vfs::{mount::MountFS, FileSystem, FileType},
76 .mount(procfs) in vfs_init()
86 .mount(devfs) in vfs_init()
96 .mount(sysfs) in vfs_init()
126 .mount(fs.inner_filesystem()) in do_migrate()
Dmod.rs6 pub mod mount; module
17 pub use self::{core::ROOT_INODE, file::FilePrivateData, mount::MountFS};
326 fn mount(&self, _fs: Arc<dyn FileSystem>) -> Result<Arc<MountFS>, SystemError> { in mount() method
Dmount.rs323 fn mount(&self, fs: Arc<dyn FileSystem>) -> Result<Arc<MountFS>, SystemError> { in mount() method
/DragonOS-0.1.8/docs/kernel/filesystem/vfs/
Ddesign.md27 … MountFS │ Maintain the mount tree and handle the mounting of file systems. │