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