Searched defs:dm_crypt_io (Results 1 – 1 of 1) sorted by relevance
71 struct dm_crypt_io { struct72 struct crypt_config *cc;73 struct bio *base_bio;74 u8 *integrity_metadata;75 bool integrity_metadata_from_pool:1;76 bool in_tasklet:1;78 struct work_struct work;79 struct tasklet_struct tasklet;81 struct convert_context ctx;83 atomic_t io_pending;[all …]