Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/md/
Ddm-crypt.c67 struct dm_crypt_io { struct
68 struct crypt_config *cc;
69 struct bio *base_bio;
70 u8 *integrity_metadata;
71 bool integrity_metadata_from_pool;
72 struct work_struct work;
73 struct tasklet_struct tasklet;
75 struct convert_context ctx;
77 atomic_t io_pending;
78 blk_status_t error;
[all …]