Searched defs:inlinecrypt_ctx (Results 1 – 1 of 1) sorted by relevance
40 struct inlinecrypt_ctx { struct41 struct dm_dev *dev;42 sector_t start;43 const char *cipher_string;67 struct inlinecrypt_ctx *ctx = ti->private; in inlinecrypt_dtr() argument