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

#include <ubi.h>

Data Fields

union {
   struct rb_node   rb
 
   struct list_head   list
 
u
 
int ec
 
int pnum
 

Detailed Description

struct ubi_wl_entry - wear-leveling entry. .rb: link in the corresponding (free/used) RB-tree .list: link in the protection queue : erase counter : physical eraseblock number

This data structure is used in the WL sub-system. Each physical eraseblock has a corresponding &struct wl_entry object which may be kept in different RB-trees. See WL sub-system for details.

Definition at line 158 of file ubi.h.

Field Documentation

int ec

Definition at line 163 of file ubi.h.

Definition at line 161 of file ubi.h.

int pnum

Definition at line 164 of file ubi.h.

Definition at line 160 of file ubi.h.

union { ... } u

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