Lines Matching defs:ti
756 static int verity_map(struct dm_target *ti, struct bio *bio) in verity_map()
802 static void verity_status(struct dm_target *ti, status_type_t type, in verity_status()
949 static int verity_prepare_ioctl(struct dm_target *ti, struct block_device **bdev) in verity_prepare_ioctl()
960 static int verity_iterate_devices(struct dm_target *ti, in verity_iterate_devices()
968 static void verity_io_hints(struct dm_target *ti, struct queue_limits *limits) in verity_io_hints()
1024 static void verity_dtr(struct dm_target *ti) in verity_dtr()
1074 struct dm_target *ti = v->ti; in verity_alloc_most_once() local
1171 struct dm_target *ti = v->ti; in verity_parse_opt_args() local
1270 struct dm_target *ti = v->ti; in verity_setup_hash_alg() local
1334 struct dm_target *ti = v->ti; in verity_setup_salt_and_hashstate() local
1389 static int verity_ctr(struct dm_target *ti, unsigned int argc, char **argv) in verity_ctr()
1658 int dm_verity_get_mode(struct dm_target *ti) in dm_verity_get_mode()
1674 int dm_verity_get_root_digest(struct dm_target *ti, u8 **root_digest, unsigned int *digest_size) in dm_verity_get_root_digest()
1724 static int verity_preresume(struct dm_target *ti) in verity_preresume()
1782 bool dm_is_verity_target(struct dm_target *ti) in dm_is_verity_target()