Lines Matching defs:dm_crypt_io
66 struct dm_crypt_io { struct
67 struct crypt_config *cc;
68 struct bio *base_bio;
69 u8 *integrity_metadata;
70 bool integrity_metadata_from_pool:1;
71 bool in_tasklet:1;
73 struct work_struct work;
74 struct tasklet_struct tasklet;
76 struct convert_context ctx;
78 atomic_t io_pending;
79 blk_status_t error;
80 sector_t sector;
82 struct rb_node rb_node;