Searched defs:crypt_config (Results 1 – 1 of 1) sorted by relevance
121 struct crypt_config { struct122 struct dm_dev *dev;123 sector_t start;129 mempool_t *req_pool;130 mempool_t *page_pool;131 struct bio_set *bs;132 struct mutex bio_alloc_lock;134 struct workqueue_struct *io_queue;135 struct workqueue_struct *crypt_queue;137 struct task_struct *write_thread;[all …]