Skip to main content

Module writer

Module writer 

Source
Expand description

Writable PFS3 volume — file/directory creation and deletion.

Builds on the read-only Volume and adds:

  • Data block allocation/free via bitmap
  • Reserved block allocation via reserved bitmap
  • Anode allocation and chain building
  • Directory entry creation and removal
  • Rootblock update

Structs§

Writer
Writable PFS3 volume — file/directory creation, deletion, and formatting.