• Home
  • Raw
  • Download

Lines Matching defs:ti

353 static int crypt_iv_benbi_ctr(struct crypt_config *cc, struct dm_target *ti,  in crypt_iv_benbi_ctr()
420 static int crypt_iv_lmk_ctr(struct crypt_config *cc, struct dm_target *ti, in crypt_iv_lmk_ctr()
578 static int crypt_iv_tcw_ctr(struct crypt_config *cc, struct dm_target *ti, in crypt_iv_tcw_ctr()
724 static int crypt_iv_eboiv_ctr(struct crypt_config *cc, struct dm_target *ti, in crypt_iv_eboiv_ctr()
775 static int crypt_iv_elephant_ctr(struct crypt_config *cc, struct dm_target *ti, in crypt_iv_elephant_ctr()
1163 static int crypt_integrity_ctr(struct crypt_config *cc, struct dm_target *ti) in crypt_integrity_ctr()
2698 static void crypt_dtr(struct dm_target *ti) in crypt_dtr()
2749 static int crypt_ctr_ivmode(struct dm_target *ti, const char *ivmode) in crypt_ctr_ivmode()
2858 static int crypt_ctr_cipher_new(struct dm_target *ti, char *cipher_in, char *key, in crypt_ctr_cipher_new()
2931 static int crypt_ctr_cipher_old(struct dm_target *ti, char *cipher_in, char *key, in crypt_ctr_cipher_old()
3016 static int crypt_ctr_cipher(struct dm_target *ti, char *cipher_in, char *key) in crypt_ctr_cipher()
3072 static int crypt_ctr_optional(struct dm_target *ti, unsigned int argc, char **argv) in crypt_ctr_optional()
3152 static int crypt_report_zones(struct dm_target *ti, in crypt_report_zones()
3169 static int crypt_ctr(struct dm_target *ti, unsigned int argc, char **argv) in crypt_ctr()
3382 static int crypt_map(struct dm_target *ti, struct bio *bio) in crypt_map()
3453 static void crypt_status(struct dm_target *ti, status_type_t type, in crypt_status()
3543 static void crypt_postsuspend(struct dm_target *ti) in crypt_postsuspend()
3550 static int crypt_preresume(struct dm_target *ti) in crypt_preresume()
3562 static void crypt_resume(struct dm_target *ti) in crypt_resume()
3573 static int crypt_message(struct dm_target *ti, unsigned argc, char **argv, in crypt_message()
3614 static int crypt_iterate_devices(struct dm_target *ti, in crypt_iterate_devices()
3622 static void crypt_io_hints(struct dm_target *ti, struct queue_limits *limits) in crypt_io_hints()