Linux Kernel
3.7.1
|
#include <ubi.h>
Data Fields | |
struct ubi_wl_entry * | e [UBI_FM_MAX_BLOCKS] |
int | to_be_tortured [UBI_FM_MAX_BLOCKS] |
int | used_blocks |
int | max_pool_size |
int | max_wl_pool_size |
struct ubi_fastmap_layout - in-memory fastmap data structure. : PEBs used by the current fastmap : if non-zero tortured this PEB : number of used PEBs : maximal size of the user pool : maximal size of the pool used by the WL sub-system
int to_be_tortured[UBI_FM_MAX_BLOCKS] |