Lines Matching defs:dm_crypt_io
67 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;
79 sector_t sector;
81 struct rb_node rb_node;