Structs§
- Apply
Context - The context in which a transaction is being applied.
- FxFilesystem
- FxFilesystem
Builder - Info
- Holds information on an Fxfs Filesystem
- Open
FxFilesystem - Options
- Sync
Options
Enums§
- Apply
Mode - A transaction can be applied during replay or on a live running system (in which case a transaction object will be available).
- TxnGuard
Constants§
Traits§
- Journaling
Object - Objects that use journaling to track mutations (
Allocator
andObjectStore
) implement this. This is primarily used byObjectManager
andSuperBlock
with flush calls used in a few tests.
Functions§
- mkfs
- Helper method for making a new filesystem.
- mkfs_
with_ volume - Helper method for making a new filesystem with a single named volume. This shouldn’t be used in production; instead volumes should be created with the Volumes protocol.