|
Linux Kernel
3.7.1
|
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 |
Definition at line 37 of file dm-crypt.c.
| 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.
1.8.2