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;
71 struct work_struct work;
72 struct tasklet_struct tasklet;
74 struct convert_context ctx;
76 atomic_t io_pending;
77 blk_status_t error;
78 sector_t sector;
80 struct rb_node rb_node;