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

Data Fields

struct completion restart
 
struct bio * bio_in
 
struct bio * bio_out
 
unsigned int offset_in
 
unsigned int offset_out
 
unsigned int idx_in
 
unsigned int idx_out
 
sector_t cc_sector
 
atomic_t cc_pending
 

Detailed Description

Definition at line 37 of file dm-crypt.c.

Field Documentation

struct bio* bio_in

Definition at line 39 of file dm-crypt.c.

struct bio* bio_out

Definition at line 40 of file dm-crypt.c.

atomic_t cc_pending

Definition at line 46 of file dm-crypt.c.

sector_t cc_sector

Definition at line 45 of file dm-crypt.c.

unsigned int idx_in

Definition at line 43 of file dm-crypt.c.

unsigned int idx_out

Definition at line 44 of file dm-crypt.c.

unsigned int offset_in

Definition at line 41 of file dm-crypt.c.

unsigned int offset_out

Definition at line 42 of file dm-crypt.c.

struct completion restart

Definition at line 38 of file dm-crypt.c.


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