Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/md/
Ddm-crypt.c76 struct dm_crypt_io { struct
77 struct crypt_config *cc;
78 struct bio *base_bio;
79 u8 *integrity_metadata;
80 bool integrity_metadata_from_pool:1;
82 struct work_struct work;
84 struct convert_context ctx;
86 atomic_t io_pending;
87 blk_status_t error;
88 sector_t sector;
[all …]