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

Data Fields

struct dm_devdev
 
sector_t start
 
mempool_tio_pool
 
mempool_treq_pool
 
mempool_tpage_pool
 
struct bio_set * bs
 
struct workqueue_structio_queue
 
struct workqueue_structcrypt_queue
 
charcipher
 
charcipher_string
 
struct crypt_iv_operationsiv_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 __percpucpu
 
voidiv_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]
 

Detailed Description

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

Field Documentation

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.

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

struct workqueue_struct* crypt_queue

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

struct dm_dev* dev

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

unsigned int dmreq_start

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

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.

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.

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.

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

unsigned tfms_count

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


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