Lines Matching defs:ti
308 struct dm_target *ti, in setup_essiv_cpu()
358 static int crypt_iv_essiv_ctr(struct crypt_config *cc, struct dm_target *ti, in crypt_iv_essiv_ctr()
418 static int crypt_iv_benbi_ctr(struct crypt_config *cc, struct dm_target *ti, in crypt_iv_benbi_ctr()
479 static int crypt_iv_lmk_ctr(struct crypt_config *cc, struct dm_target *ti, in crypt_iv_lmk_ctr()
628 static int crypt_iv_tcw_ctr(struct crypt_config *cc, struct dm_target *ti, in crypt_iv_tcw_ctr()
1507 static void crypt_dtr(struct dm_target *ti) in crypt_dtr()
1547 static int crypt_ctr_cipher(struct dm_target *ti, in crypt_ctr_cipher()
1712 static int crypt_ctr(struct dm_target *ti, unsigned int argc, char **argv) in crypt_ctr()
1883 static int crypt_map(struct dm_target *ti, struct bio *bio) in crypt_map()
1914 static void crypt_status(struct dm_target *ti, status_type_t type, in crypt_status()
1955 static void crypt_postsuspend(struct dm_target *ti) in crypt_postsuspend()
1962 static int crypt_preresume(struct dm_target *ti) in crypt_preresume()
1974 static void crypt_resume(struct dm_target *ti) in crypt_resume()
1985 static int crypt_message(struct dm_target *ti, unsigned argc, char **argv) in crypt_message()
2021 static int crypt_merge(struct dm_target *ti, struct bvec_merge_data *bvm, in crypt_merge()
2036 static int crypt_iterate_devices(struct dm_target *ti, in crypt_iterate_devices()
2044 static void crypt_io_hints(struct dm_target *ti, struct queue_limits *limits) in crypt_io_hints()