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

#include <pstore_ram.h>

Data Fields

phys_addr_t paddr
 
size_t size
 
void * vaddr
 
struct persistent_ram_buffer * buffer
 
size_t buffer_size
 
char * par_buffer
 
char * par_header
 
struct rs_control * rs_decoder
 
int corrected_bytes
 
int bad_blocks
 
int ecc_block_size
 
int ecc_size
 
char * old_log
 
size_t old_log_size
 

Detailed Description

Definition at line 29 of file pstore_ram.h.

Field Documentation

int bad_blocks

Definition at line 41 of file pstore_ram.h.

Definition at line 33 of file pstore_ram.h.

size_t buffer_size

Definition at line 34 of file pstore_ram.h.

int corrected_bytes

Definition at line 40 of file pstore_ram.h.

int ecc_block_size

Definition at line 42 of file pstore_ram.h.

int ecc_size

Definition at line 43 of file pstore_ram.h.

char* old_log

Definition at line 45 of file pstore_ram.h.

size_t old_log_size

Definition at line 46 of file pstore_ram.h.

phys_addr_t paddr

Definition at line 30 of file pstore_ram.h.

char* par_buffer

Definition at line 37 of file pstore_ram.h.

char* par_header

Definition at line 38 of file pstore_ram.h.

struct rs_control* rs_decoder

Definition at line 39 of file pstore_ram.h.

size_t size

Definition at line 31 of file pstore_ram.h.

void* vaddr

Definition at line 32 of file pstore_ram.h.


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