virtual_fs::mem_fs

Module 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 Nodes, indexed by their respective Inode in a slab.

Enumsยง