Expand description
Compatibility layer for the block-oriented metadata API.
This module exposes the new block-level entry points on top of the current frame metadata implementation. The dedicated head/sub-frame layout is introduced in a later migration step.
Constants§
- REFCOUNT_
UNUSED - Sentinel refcount for an unused block.
Functions§
- get_
block_ meta - Returns the metadata entry associated with the given physical address.
- resolve_
handle - Resolves a physical address to the current block handle. If the address is not currently owned, a new handle is reconstructed from the metadata.
Type Aliases§
- Block
Meta - Current metadata backing a block head (see
frame::MetaSlot/ issue #38).