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

#include <ubi.h>

Data Fields

struct ubi_wl_entrye [UBI_FM_MAX_BLOCKS]
 
int to_be_tortured [UBI_FM_MAX_BLOCKS]
 
int used_blocks
 
int max_pool_size
 
int max_wl_pool_size
 

Detailed Description

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

Definition at line 220 of file ubi.h.

Field Documentation

Definition at line 221 of file ubi.h.

int max_pool_size

Definition at line 224 of file ubi.h.

int max_wl_pool_size

Definition at line 225 of file ubi.h.

int to_be_tortured[UBI_FM_MAX_BLOCKS]

Definition at line 222 of file ubi.h.

int used_blocks

Definition at line 223 of file ubi.h.


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