Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ubi_fm_pool Struct Reference

#include <ubi.h>

Data Fields

int pebs [UBI_FM_MAX_POOL_SIZE]
 
int used
 
int size
 
int max_size
 

Detailed Description

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.

Definition at line 240 of file ubi.h.

Field Documentation

int max_size

Definition at line 244 of file ubi.h.

Definition at line 241 of file ubi.h.

int size

Definition at line 243 of file ubi.h.

int used

Definition at line 242 of file ubi.h.


The documentation for this struct was generated from the following file: