Home
last modified time | relevance | path

Searched defs:dm_crypt_io (Results 1 – 1 of 1) sorted by relevance

/linux-5.10/drivers/md/
Ddm-crypt.c66 struct dm_crypt_io { struct
67 struct crypt_config *cc;
68 struct bio *base_bio;
69 u8 *integrity_metadata;
70 bool integrity_metadata_from_pool;
71 struct work_struct work;
72 struct tasklet_struct tasklet;
74 struct convert_context ctx;
76 atomic_t io_pending;
77 blk_status_t error;
[all …]