class VmoidRegistry

Defined at line 51 of file ../../zircon/system/ulib/storage/buffer/include/storage/buffer/vmoid_registry.h

An interface which controls attaching and detaching VMOs with the underlying device.

Public Methods

zx_status_t BlockAttachVmo (const zx::vmo & vmo, Vmoid * out)

Allocates a vmoid registering a VMO with the underlying block device.

zx_status_t BlockDetachVmo (Vmoid vmoid)

Releases an allocated vmoid.

void ~VmoidRegistry ()

Defined at line 53 of file ../../zircon/system/ulib/storage/buffer/include/storage/buffer/vmoid_registry.h