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

#include <ubi.h>

Data Fields

struct device dev
 
struct cdev cdev
 
struct ubi_deviceubi
 
int vol_id
 
int ref_count
 
int readers
 
int writers
 
int exclusive
 
int reserved_pebs
 
int vol_type
 
int usable_leb_size
 
int used_ebs
 
int last_eb_bytes
 
long long used_bytes
 
int alignment
 
int data_pad
 
int name_len
 
char name [UBI_VOL_NAME_MAX+1]
 
int upd_ebs
 
int ch_lnum
 
long long upd_bytes
 
long long upd_received
 
voidupd_buf
 
inteba_tbl
 
unsigned int checked:1
 
unsigned int corrupted:1
 
unsigned int upd_marker:1
 
unsigned int updating:1
 
unsigned int changing_leb:1
 
unsigned int direct_writes:1
 

Detailed Description

Definition at line 296 of file ubi.h.

Field Documentation

int alignment

Definition at line 312 of file ubi.h.

Definition at line 298 of file ubi.h.

int ch_lnum

Definition at line 318 of file ubi.h.

unsigned int changing_leb

Definition at line 328 of file ubi.h.

unsigned int checked

Definition at line 324 of file ubi.h.

unsigned int corrupted

Definition at line 325 of file ubi.h.

int data_pad

Definition at line 313 of file ubi.h.

Definition at line 297 of file ubi.h.

unsigned int direct_writes

Definition at line 329 of file ubi.h.

int* eba_tbl

Definition at line 323 of file ubi.h.

int exclusive

Definition at line 304 of file ubi.h.

int last_eb_bytes

Definition at line 310 of file ubi.h.

Definition at line 315 of file ubi.h.

int name_len

Definition at line 314 of file ubi.h.

int readers

Definition at line 302 of file ubi.h.

int ref_count

Definition at line 301 of file ubi.h.

int reserved_pebs

Definition at line 306 of file ubi.h.

Definition at line 299 of file ubi.h.

void* upd_buf

Definition at line 321 of file ubi.h.

long long upd_bytes

Definition at line 319 of file ubi.h.

int upd_ebs

Definition at line 317 of file ubi.h.

unsigned int upd_marker

Definition at line 326 of file ubi.h.

long long upd_received

Definition at line 320 of file ubi.h.

unsigned int updating

Definition at line 327 of file ubi.h.

int usable_leb_size

Definition at line 308 of file ubi.h.

long long used_bytes

Definition at line 311 of file ubi.h.

int used_ebs

Definition at line 309 of file ubi.h.

int vol_id

Definition at line 300 of file ubi.h.

int vol_type

Definition at line 307 of file ubi.h.

int writers

Definition at line 303 of file ubi.h.


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