Expand description
A filesystem tree which stores regular files using the composefs strategy of inlining small files, and having an external fsverity reference for larger ones.
Re-exports§
pub use crate::generic_tree;pub use crate::generic_tree::ImageError;pub use crate::generic_tree::Stat;
Enums§
- Regular
File - Represents a regular file’s content storage strategy in composefs.
Type Aliases§
- Directory
- A directory in the filesystem tree, specialized for composefs regular files.
- File
System - A complete filesystem tree, specialized for composefs regular files.
- Inode
- An inode representing either a directory or a leaf node, specialized for composefs regular files.
- Leaf
- A leaf node in the filesystem tree (file, symlink, or device), specialized for composefs regular files.
- Leaf
Content - Content of a leaf node in the filesystem tree, specialized for composefs regular files.