Lines Matching refs:dm_target

90 	int (*ctr)(struct crypt_config *cc, struct dm_target *ti,
372 struct dm_target *ti, in alloc_essiv_cipher()
422 static int crypt_iv_essiv_ctr(struct crypt_config *cc, struct dm_target *ti, in crypt_iv_essiv_ctr()
482 static int crypt_iv_benbi_ctr(struct crypt_config *cc, struct dm_target *ti, in crypt_iv_benbi_ctr()
543 static int crypt_iv_lmk_ctr(struct crypt_config *cc, struct dm_target *ti, in crypt_iv_lmk_ctr()
701 static int crypt_iv_tcw_ctr(struct crypt_config *cc, struct dm_target *ti, in crypt_iv_tcw_ctr()
948 static int crypt_integrity_ctr(struct crypt_config *cc, struct dm_target *ti) in crypt_integrity_ctr()
2196 static void crypt_dtr(struct dm_target *ti) in crypt_dtr()
2248 static int crypt_ctr_ivmode(struct dm_target *ti, const char *ivmode) in crypt_ctr_ivmode()
2394 static int crypt_ctr_cipher_new(struct dm_target *ti, char *cipher_in, char *key, in crypt_ctr_cipher_new()
2444 static int crypt_ctr_cipher_old(struct dm_target *ti, char *cipher_in, char *key, in crypt_ctr_cipher_old()
2526 static int crypt_ctr_cipher(struct dm_target *ti, char *cipher_in, char *key) in crypt_ctr_cipher()
2582 static int crypt_ctr_optional(struct dm_target *ti, unsigned int argc, char **argv) in crypt_ctr_optional()
2661 static int crypt_ctr(struct dm_target *ti, unsigned int argc, char **argv) in crypt_ctr()
2847 static int crypt_map(struct dm_target *ti, struct bio *bio) in crypt_map()
2913 static void crypt_status(struct dm_target *ti, status_type_t type, in crypt_status()
2967 static void crypt_postsuspend(struct dm_target *ti) in crypt_postsuspend()
2974 static int crypt_preresume(struct dm_target *ti) in crypt_preresume()
2986 static void crypt_resume(struct dm_target *ti) in crypt_resume()
2997 static int crypt_message(struct dm_target *ti, unsigned argc, char **argv, in crypt_message()
3044 static int crypt_iterate_devices(struct dm_target *ti, in crypt_iterate_devices()
3052 static void crypt_io_hints(struct dm_target *ti, struct queue_limits *limits) in crypt_io_hints()