Expand description
Reading and writing composefs dumpfile format.
This module provides functionality to serialize filesystem trees into the composefs dumpfile text format (writing), and to convert parsed dumpfile entries back into tree structures (reading).
The module handles file metadata, extended attributes, and hardlink tracking.
StructsΒ§
- Dumpfile
Writer π
FunctionsΒ§
- add_
entry_ to_ filesystem - Convert a dumpfile Entry into tree structures and insert into a FileSystem.
- dumpfile_
to_ filesystem - Parse a dumpfile string and build a complete FileSystem.
- entry_
to_ πstat - Convert a dumpfile Entryβs metadata into a tree Stat structure.
- write_
directory - Writes a directory entry to the dumpfile format.
- write_
dumpfile - Writes a complete filesystem tree to the composefs dumpfile format.
- write_
empty π - write_
entry π - write_
escaped π - write_
hardlink - Writes a hardlink entry to the dumpfile format.
- write_
leaf - Writes a leaf node (non-directory) entry to the dumpfile format.
- writeln_
fmt π