Expand description
EROFS image generation and writing functionality.
This module provides functionality to generate EROFS filesystem images from composefs tree structures, handling inode layout, directory blocks, and metadata serialization.
Structsยง
- DirEnt ๐
- Directory ๐
- First
Pass ๐ - Inode ๐
- Inode
Collector ๐ - InodeX
Attrs ๐ - Layout ๐
- Leaf ๐
- Second
Pass ๐ - XAttr ๐
Enumsยง
- Inode
Content ๐ - Offset ๐
Traitsยง
- Output ๐
Functionsยง
- mkfs_
erofs - Creates an EROFS filesystem image from a composefs tree
- share_
xattrs ๐ - Takes a list of inodes where each inode contains only local xattr values, determines which xattrs (key, value) pairs appear more than once, and shares them.
- write_
erofs ๐