Searched refs:mount (Results 1 – 5 of 5) sorted by relevance
14 mount ${LOOP_DEVICE}p1 ../bin/disk_mount/
17 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()
6 pub mod mount; module17 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
323 fn mount(&self, fs: Arc<dyn FileSystem>) -> Result<Arc<MountFS>, SystemError> { in mount() method
27 … MountFS │ Maintain the mount tree and handle the mounting of file systems. │