Linux Kernel
3.7.1
|
Data Fields | |
struct crypt_config * | cc |
struct bio * | base_bio |
struct work_struct | work |
struct convert_context | ctx |
atomic_t | io_pending |
int | error |
sector_t | sector |
struct dm_crypt_io * | base_io |
Definition at line 52 of file dm-crypt.c.
struct bio* base_bio |
Definition at line 54 of file dm-crypt.c.
struct dm_crypt_io* base_io |
Definition at line 62 of file dm-crypt.c.
struct crypt_config* cc |
Definition at line 53 of file dm-crypt.c.
Definition at line 57 of file dm-crypt.c.
int error |
Definition at line 60 of file dm-crypt.c.
atomic_t io_pending |
Definition at line 59 of file dm-crypt.c.
sector_t sector |
Definition at line 61 of file dm-crypt.c.
struct work_struct work |
Definition at line 55 of file dm-crypt.c.