Expand description
EROFS filesystem.
Modules§
- format
- Raw on-disk format structs for erofs. See https://erofs.docs.kernel.org/en/latest/ondisk/core_ondisk.html for more details.
- readers
Structs§
- Directory
Entry - A directory entry in the EROFS image.
- Directory
Node - A directory node in the EROFS image.
- Erofs
Filesystem - The filesystem implementation for an EROFS image.
- Feature
Compat - File
Node - A file node in the EROFS image.
- Inode
Format - The format of the inode, containing the version and data layout.
Enums§
- Erofs
Error - Errors that can occur while interacting with an EROFS image.
- File
Type - File type for a directory entry.
- Inode
Data Layout - The layout of the data portion of the inode.
- Inode
Version - The version of the on-disk format of the inode. Can be either 32-byte compact or 64-byte extended.
- Node
- A node in the EROFS image.
- Parsing
Error - Errors that can occur during parsing of an EROFS image.