class OobDoubler
Defined at line 15 of file ../../src/devices/block/drivers/ftl/oob_doubler.h
Automatically doubles the effective OOB size if it's less than 16 bytes.
Public Members
static const uint32_t kThreshold
Public Methods
void Query (nand_info_t * info_out, size_t * nand_op_size_out)
Nand protocol interface.
Defined at line 11 of file ../../src/devices/block/drivers/ftl/oob_doubler.cc
void OobDoubler (const nand_protocol_t * parent)
Defined at line 18 of file ../../src/devices/block/drivers/ftl/oob_doubler.h
void ~OobDoubler ()
Defined at line 19 of file ../../src/devices/block/drivers/ftl/oob_doubler.h
void Queue (nand_operation_t * operation, nand_queue_callback completion_cb, void * cookie)
Defined at line 21 of file ../../src/devices/block/drivers/ftl/oob_doubler.cc