Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Enumerations | Functions
raid10.h File Reference

Go to the source code of this file.

Data Structures

struct  raid10_info
 
struct  r10conf
 
struct  r10conf::geom
 
struct  r10bio
 
struct  r10bio::r10dev
 

Enumerations

enum  r10bio_state {
  R10BIO_Uptodate, R10BIO_IsSync, R10BIO_IsRecover, R10BIO_IsReshape,
  R10BIO_Degraded, R10BIO_ReadError, R10BIO_MadeGood, R10BIO_WriteError,
  R10BIO_Previous
}
 

Functions

int md_raid10_congested (struct mddev *mddev, int bits)
 

Enumeration Type Documentation

Enumerator:
R10BIO_Uptodate 
R10BIO_IsSync 
R10BIO_IsRecover 
R10BIO_IsReshape 
R10BIO_Degraded 
R10BIO_ReadError 
R10BIO_MadeGood 
R10BIO_WriteError 
R10BIO_Previous 

Definition at line 127 of file raid10.h.

Function Documentation

int md_raid10_congested ( struct mddev mddev,
int  bits 
)

Definition at line 860 of file raid10.c.