Trait rcore_fs::vfs::FileSystem [−][src]
Abstract file system
Required methods
fn sync(&self) -> Result<()>
[src]
Sync all data to the storage
fn root_inode(&self) -> Arc<dyn INode>
[src]
Get the root INode of the file system
fn info(&self) -> FsInfo
[src]
Get the file system information