class FtlInstance
Defined at line 23 of file ../../src/storage/lib/ftl/ftln/volume.h
Interface for an upper-layer (block device) view of an FTL.
Public Methods
bool OnVolumeAdded (uint32_t page_size, uint32_t num_pages)
Notified when an FTL volume is created. A block device can be created
with up to num_pages blocks of page_size bytes each. The implementation
should return true to acknowledge the success of the operation.
void ~FtlInstance ()
Defined at line 25 of file ../../src/storage/lib/ftl/ftln/volume.h