|
Linux Kernel
3.7.1
|
Data Fields | |
| struct dm_dev * | dev |
| sector_t | start |
| mempool_t * | io_pool |
| mempool_t * | req_pool |
| mempool_t * | page_pool |
| struct bio_set * | bs |
| struct workqueue_struct * | io_queue |
| struct workqueue_struct * | crypt_queue |
| char * | cipher |
| char * | cipher_string |
| struct crypt_iv_operations * | iv_gen_ops |
| union { | |
| struct iv_essiv_private essiv | |
| struct iv_benbi_private benbi | |
| struct iv_lmk_private lmk | |
| } | iv_gen_private |
| sector_t | iv_offset |
| unsigned int | iv_size |
| struct crypt_cpu __percpu * | cpu |
| void * | iv_private |
| struct crypto_ablkcipher ** | tfms |
| unsigned | tfms_count |
| unsigned int | dmreq_start |
| unsigned long | flags |
| unsigned int | key_size |
| unsigned int | key_parts |
| u8 | key [0] |
Definition at line 118 of file dm-crypt.c.
| struct iv_benbi_private benbi |
Definition at line 140 of file dm-crypt.c.
| struct bio_set* bs |
Definition at line 129 of file dm-crypt.c.
Definition at line 134 of file dm-crypt.c.
| char* cipher_string |
Definition at line 135 of file dm-crypt.c.
| struct workqueue_struct* crypt_queue |
Definition at line 132 of file dm-crypt.c.
Definition at line 119 of file dm-crypt.c.
| unsigned int dmreq_start |
Definition at line 170 of file dm-crypt.c.
| struct iv_essiv_private essiv |
Definition at line 139 of file dm-crypt.c.
| unsigned long flags |
Definition at line 172 of file dm-crypt.c.
| mempool_t* io_pool |
Definition at line 126 of file dm-crypt.c.
Definition at line 131 of file dm-crypt.c.
| struct crypt_iv_operations* iv_gen_ops |
Definition at line 137 of file dm-crypt.c.
| union { ... } iv_gen_private |
| sector_t iv_offset |
Definition at line 143 of file dm-crypt.c.
| void* iv_private |
Definition at line 153 of file dm-crypt.c.
| unsigned int iv_size |
Definition at line 144 of file dm-crypt.c.
| u8 key[0] |
Definition at line 175 of file dm-crypt.c.
| unsigned int key_parts |
Definition at line 174 of file dm-crypt.c.
| unsigned int key_size |
Definition at line 173 of file dm-crypt.c.
| struct iv_lmk_private lmk |
Definition at line 141 of file dm-crypt.c.
| mempool_t* page_pool |
Definition at line 128 of file dm-crypt.c.
| mempool_t* req_pool |
Definition at line 127 of file dm-crypt.c.
| sector_t start |
Definition at line 120 of file dm-crypt.c.
| struct crypto_ablkcipher** tfms |
Definition at line 154 of file dm-crypt.c.
| unsigned tfms_count |
Definition at line 155 of file dm-crypt.c.
1.8.2