Lines Matching defs:ti
54 struct dm_target *ti) in parse_features()
239 static int flakey_ctr(struct dm_target *ti, unsigned int argc, char **argv) in flakey_ctr()
318 static void flakey_dtr(struct dm_target *ti) in flakey_dtr()
326 static sector_t flakey_map_sector(struct dm_target *ti, sector_t bi_sector) in flakey_map_sector()
333 static void flakey_map_bio(struct dm_target *ti, struct bio *bio) in flakey_map_bio()
413 static struct bio *clone_bio(struct dm_target *ti, struct flakey_c *fc, struct bio *bio) in clone_bio()
478 static int flakey_map(struct dm_target *ti, struct bio *bio) in flakey_map()
553 static int flakey_end_io(struct dm_target *ti, struct bio *bio, in flakey_end_io()
590 static void flakey_status(struct dm_target *ti, status_type_t type, in flakey_status()
641 static int flakey_prepare_ioctl(struct dm_target *ti, struct block_device **bdev) in flakey_prepare_ioctl()
656 static int flakey_report_zones(struct dm_target *ti, in flakey_report_zones()
669 static int flakey_iterate_devices(struct dm_target *ti, iterate_devices_callout_fn fn, void *data) in flakey_iterate_devices()