Linux Kernel
3.7.1
|
#include <ubi.h>
Data Fields | |
struct device | dev |
struct cdev | cdev |
struct ubi_device * | ubi |
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 |
void * | upd_buf |
int * | eba_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 |
char name[UBI_VOL_NAME_MAX+1] |
struct ubi_device* ubi |