Lines Matching refs:dm_target
90 int (*ctr)(struct crypt_config *cc, struct dm_target *ti,
331 static int crypt_iv_benbi_ctr(struct crypt_config *cc, struct dm_target *ti, in crypt_iv_benbi_ctr()
392 static int crypt_iv_lmk_ctr(struct crypt_config *cc, struct dm_target *ti, in crypt_iv_lmk_ctr()
549 static int crypt_iv_tcw_ctr(struct crypt_config *cc, struct dm_target *ti, in crypt_iv_tcw_ctr()
694 static int crypt_iv_eboiv_ctr(struct crypt_config *cc, struct dm_target *ti, in crypt_iv_eboiv_ctr()
839 static int crypt_integrity_ctr(struct crypt_config *cc, struct dm_target *ti) in crypt_integrity_ctr()
2108 static void crypt_dtr(struct dm_target *ti) in crypt_dtr()
2159 static int crypt_ctr_ivmode(struct dm_target *ti, const char *ivmode) in crypt_ctr_ivmode()
2261 static int crypt_ctr_cipher_new(struct dm_target *ti, char *cipher_in, char *key, in crypt_ctr_cipher_new()
2334 static int crypt_ctr_cipher_old(struct dm_target *ti, char *cipher_in, char *key, in crypt_ctr_cipher_old()
2419 static int crypt_ctr_cipher(struct dm_target *ti, char *cipher_in, char *key) in crypt_ctr_cipher()
2475 static int crypt_ctr_optional(struct dm_target *ti, unsigned int argc, char **argv) in crypt_ctr_optional()
2554 static int crypt_ctr(struct dm_target *ti, unsigned int argc, char **argv) in crypt_ctr()
2745 static int crypt_map(struct dm_target *ti, struct bio *bio) in crypt_map()
2811 static void crypt_status(struct dm_target *ti, status_type_t type, in crypt_status()
2865 static void crypt_postsuspend(struct dm_target *ti) in crypt_postsuspend()
2872 static int crypt_preresume(struct dm_target *ti) in crypt_preresume()
2884 static void crypt_resume(struct dm_target *ti) in crypt_resume()
2895 static int crypt_message(struct dm_target *ti, unsigned argc, char **argv, in crypt_message()
2936 static int crypt_iterate_devices(struct dm_target *ti, in crypt_iterate_devices()
2944 static void crypt_io_hints(struct dm_target *ti, struct queue_limits *limits) in crypt_io_hints()