Crate composefs

Source

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).