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

Data Fields

struct scrub_page pagev [SCRUB_MAX_PAGES_PER_BLOCK]
 
int page_count
 
atomic_t outstanding_pages
 
atomic_t ref_count
 
struct scrub_devsdev
 
struct {
   unsigned int   header_error:1
 
   unsigned int   checksum_error:1
 
   unsigned int   no_io_error_seen:1
 
   unsigned int   generation_error:1
 
}; 
 

Detailed Description

Definition at line 80 of file scrub.c.

Field Documentation

struct { ... }
unsigned int checksum_error

Definition at line 88 of file scrub.c.

unsigned int generation_error

Definition at line 90 of file scrub.c.

unsigned int header_error

Definition at line 87 of file scrub.c.

unsigned int no_io_error_seen

Definition at line 89 of file scrub.c.

atomic_t outstanding_pages

Definition at line 83 of file scrub.c.

int page_count

Definition at line 82 of file scrub.c.

Definition at line 81 of file scrub.c.

atomic_t ref_count

Definition at line 84 of file scrub.c.

Definition at line 85 of file scrub.c.


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