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

#include <mtd-abi.h>

Data Fields

__u32 corrected
 
__u32 failed
 
__u32 badblocks
 
__u32 bbtblocks
 

Detailed Description

struct mtd_ecc_stats - error correction stats

: number of corrected bits : number of uncorrectable errors : number of bad blocks in this partition : number of blocks reserved for bad block tables

Definition at line 247 of file mtd-abi.h.

Field Documentation

__u32 badblocks

Definition at line 250 of file mtd-abi.h.

__u32 bbtblocks

Definition at line 251 of file mtd-abi.h.

__u32 corrected

Definition at line 248 of file mtd-abi.h.

__u32 failed

Definition at line 249 of file mtd-abi.h.


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