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

#include <raid1.h>

Data Fields

atomic_t remaining
 
atomic_t behind_remaining
 
sector_t sector
 
int sectors
 
unsigned long state
 
struct mddevmddev
 
struct bio * master_bio
 
int read_disk
 
struct list_head retry_list
 
struct bio_vec * behind_bvecs
 
int behind_page_count
 
struct bio * bios [0]
 

Detailed Description

Definition at line 106 of file raid1.h.

Field Documentation

struct bio_vec* behind_bvecs

Definition at line 128 of file raid1.h.

int behind_page_count

Definition at line 129 of file raid1.h.

atomic_t behind_remaining

Definition at line 110 of file raid1.h.

struct bio* bios[0]

Definition at line 134 of file raid1.h.

struct bio* master_bio

Definition at line 120 of file raid1.h.

Definition at line 116 of file raid1.h.

int read_disk

Definition at line 124 of file raid1.h.

atomic_t remaining

Definition at line 107 of file raid1.h.

struct list_head retry_list

Definition at line 126 of file raid1.h.

sector_t sector

Definition at line 113 of file raid1.h.

int sectors

Definition at line 114 of file raid1.h.

unsigned long state

Definition at line 115 of file raid1.h.


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