Flash Translation Layer  1.0
File List
Here is a list of all files with brief descriptions:
[detail level 123]
 ▼ device
 ▼ bluedbm
 bluedbm.cImplementation of the bluedbm abstraction layer which is inherited by the device
 ▼ ramdisk
 ramdisk.cImplementation of the ramdisk which is inherited by the device
 ▼ zone
 zone.cImplementation of the lizbd which is inherited by the device
 device.cImplementation of the device
 ▼ ftl
 ▼ page
 page-core.cCore logic for page ftl
 page-gc.cGarbage collection logic for page ftl
 page-interface.cInterface for page ftl
 page-map.cManage the mapping information
 page-read.cRead logic for page ftl
 page-write.cWrite logic for page ftl
 ▼ include
 bits.h
 bluedbm.hBluedbm module's header file
 device.hContain the device information header
 flash.hGeneric flash control interfaces' header
 log.h
 lru.hData structures and interfaces for the lru cache
 module.hCreation and deletion of the module's interface
 page.hDeclaration of data structures and macros for page ftl
 ramdisk.hRamdisk's header file
 zone.hZbd's header file
 ▼ interface
 flash.cGeneric flash control interfaces
 module.cThis deal the initialization and removing of the module
 ▼ test
 bits-test.c
 lru-test.c
 ramdisk-test.c
 zone-test.c
 ▼ util
 lru.cImplementation of the lru cache
 main.cMain program for test the interface