Linux Kernel
3.7.1
|
#include <ubi.h>
Data Fields | |
int | pebs [UBI_FM_MAX_POOL_SIZE] |
int | used |
int | size |
int | max_size |
struct ubi_fm_pool - in-memory fastmap pool : PEBs in this pool : number of used PEBs : total number of PEBs in this pool : maximal size of the pool
A pool gets filled with up to max_size. If all PEBs within the pool are used a new fastmap will be written to the flash and the pool gets refilled with empty PEBs.
int pebs[UBI_FM_MAX_POOL_SIZE] |