Searched defs:crypt_config (Results 1 – 1 of 1) sorted by relevance
120 struct crypt_config { struct121 struct dm_dev *dev;122 sector_t start;128 mempool_t *req_pool;129 mempool_t *page_pool;130 struct bio_set *bs;131 struct mutex bio_alloc_lock;133 struct workqueue_struct *io_queue;134 struct workqueue_struct *crypt_queue;136 struct task_struct *write_thread;[all …]