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

Data Fields

struct mtd_info mtd
 
int refcnt
 
struct ubi_volume_descdesc
 
int ubi_num
 
int vol_id
 
struct list_head list
 

Detailed Description

struct gluebi_device - a gluebi device description data structure. : emulated MTD device description object : gluebi device reference count : UBI volume descriptor : UBI device number this gluebi device works on : ID of UBI volume this gluebi device works on : link in a list of gluebi devices

Definition at line 56 of file gluebi.c.

Field Documentation

Definition at line 59 of file gluebi.c.

Definition at line 62 of file gluebi.c.

Definition at line 57 of file gluebi.c.

int refcnt

Definition at line 58 of file gluebi.c.

int ubi_num

Definition at line 60 of file gluebi.c.

int vol_id

Definition at line 61 of file gluebi.c.


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