Lines Matching defs:dm_crypt_io
70 struct dm_crypt_io { struct
71 struct crypt_config *cc;
72 struct bio *base_bio;
73 u8 *integrity_metadata;
74 bool integrity_metadata_from_pool;
75 struct work_struct work;
76 struct tasklet_struct tasklet;
78 struct convert_context ctx;
80 atomic_t io_pending;
81 blk_status_t error;
82 sector_t sector;
84 struct rb_node rb_node;