Crate fidl_fuchsia_fxfs
source ·Macros
- Pattern that matches an unknown
KeyPurpose
member.
Structs
- A Stream of incoming requests for fuchsia.fxfs/BlobCreator.
- A Stream of incoming requests for fuchsia.fxfs/BlobReader.
- A Stream of incoming requests for fuchsia.fxfs/BlobWriter.
- Storage for a pair of related byte and node values.
- A Stream of incoming requests for fuchsia.fxfs/CryptManagement.
- A Stream of incoming requests for fuchsia.fxfs/Crypt.
- A Stream of incoming requests for fuchsia.fxfs/ProjectId.
- A token used for paging through tracked projects. One may be returned by the
ProjectId.List
call so it can be passed into the succeeding call to continue the listing from where it left off. - A Stream of incoming requests for fuchsia.fxfs/Volume.
- A Stream of incoming requests for fuchsia.fxfs/Volumes.
Enums
- Error type for [
BlobCreator.Create
]. - Designates the purpose of a key.
- fuchsia.fxfs.Volumes is only used for creating volumes. Other operations (e.g. enumeration and deletion) are serviced by the
volumes
directory offered by Fxfs in its export root. Volumes appear as files within this directory, and these files should also speak thefuchsia.fxfs.Volume
protocol.