Lines Matching defs:ti
309 struct dm_target *ti, in setup_essiv_cpu()
359 static int crypt_iv_essiv_ctr(struct crypt_config *cc, struct dm_target *ti, in crypt_iv_essiv_ctr()
419 static int crypt_iv_benbi_ctr(struct crypt_config *cc, struct dm_target *ti, in crypt_iv_benbi_ctr()
480 static int crypt_iv_lmk_ctr(struct crypt_config *cc, struct dm_target *ti, in crypt_iv_lmk_ctr()
629 static int crypt_iv_tcw_ctr(struct crypt_config *cc, struct dm_target *ti, in crypt_iv_tcw_ctr()
1524 static void crypt_dtr(struct dm_target *ti) in crypt_dtr()
1567 static int crypt_ctr_cipher(struct dm_target *ti, in crypt_ctr_cipher()
1732 static int crypt_ctr(struct dm_target *ti, unsigned int argc, char **argv) in crypt_ctr()
1905 static int crypt_map(struct dm_target *ti, struct bio *bio) in crypt_map()
1936 static void crypt_status(struct dm_target *ti, status_type_t type, in crypt_status()
1977 static void crypt_postsuspend(struct dm_target *ti) in crypt_postsuspend()
1984 static int crypt_preresume(struct dm_target *ti) in crypt_preresume()
1996 static void crypt_resume(struct dm_target *ti) in crypt_resume()
2007 static int crypt_message(struct dm_target *ti, unsigned argc, char **argv) in crypt_message()
2043 static int crypt_iterate_devices(struct dm_target *ti, in crypt_iterate_devices()
2051 static void crypt_io_hints(struct dm_target *ti, struct queue_limits *limits) in crypt_io_hints()