Lines Matching defs:dm_crypt_io
73 struct dm_crypt_io { struct
74 struct crypt_config *cc;
75 struct bio *base_bio;
76 u8 *integrity_metadata;
77 bool integrity_metadata_from_pool:1;
79 struct work_struct work;
81 struct convert_context ctx;
83 atomic_t io_pending;
84 blk_status_t error;
85 sector_t sector;
87 struct bvec_iter saved_bi_iter;
89 struct rb_node rb_node;