Lines Matching defs:dm_crypt_io
79 struct dm_crypt_io { struct
80 struct crypt_config *cc;
81 struct bio *base_bio;
82 u8 *integrity_metadata;
83 bool integrity_metadata_from_pool:1;
85 struct work_struct work;
87 struct convert_context ctx;
89 atomic_t io_pending;
90 blk_status_t error;
91 sector_t sector;
93 struct bvec_iter saved_bi_iter;
95 struct rb_node rb_node;