Module axfs::fops

source ·
Expand description

Low-level filesystem operations.

Structs

  • An opened directory object, with open permissions and a cursor for read_dir.
  • Diskmyfs
    A disk device with a cursor.
  • An opened file object, with open permissions and a cursor.
  • Options and flags which can be used to configure how a file is opened.

Traits

  • The interface to define custom filesystems in user apps.

Type Aliases