Module virtual_fs::mem_fs::filesystem
source ยท Expand description
This module contains the FileSystem
type itself.
Structsยง
- The in-memory file system!
- FileSystemInner ๐The core of the file system. It contains a collection of
Node
s, indexed by their respectiveInode
in a slab.
Enumsยง
- DirectoryMustBeEmpty ๐
- InodeResolution ๐