Modules§
- dumpfile
- dumpfile_
parse - Parsing and generating composefs dump file entry
- erofs
- filesystem_
ops - fs
- fsverity
- mount
- mountcompat
- repository
- splitstream
- tree
- util
Constants§
- INLINE_
CONTENT_ MAX - All files that contain 64 or fewer bytes (size <= INLINE_CONTENT_MAX) should be stored inline in the erofs image (and also in splitstreams). All files with 65 or more bytes (size > MAX) should be written to the object storage and referred to from the image (and splitstreams).