Macros§
- Pattern that matches an unknown
CompressionAlgorithm
member. - Pattern that matches an unknown
EvictionPolicyOverride
member.
Structs§
- Options for running consistency checks on filesystems.
- Not all options are recognized by all implementations. For example, at time of writing, Fxfs ignores all options.
- Options for how to format filesystems.
- Options for starting a filesystem.
- A Stream of incoming requests for fuchsia.fs.startup/Startup.
- A Stream of incoming requests for fuchsia.fs.startup/Volume.
- A Stream of incoming requests for fuchsia.fs.startup/Volumes.
Enums§
- Compression algorithm specifier.
- An optional eviction policy override for pager-backed blobs for blobfs.
- fuchsia.fs.startup.Volumes is only used for creating volumes. Other operations (e.g. enumeration and deletion) are serviced by the
volumes
directory offered by filesystems in their export root. Volumes appear as files within this directory, and these files should also speak thefuchsia.fs.startup.Volume
protocol.