Skip to main content

Module block_meta

Module block_meta 

Source
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§

BlockMeta
Current metadata backing a block head (see frame::MetaSlot / issue #38).