Lines Matching defs:ti

217 	struct dm_target *ti;	/* Only set if a pool target is bound */  member
274 struct dm_target *ti; member
2287 static int thin_bio_map(struct dm_target *ti, struct bio *bio) in thin_bio_map()
2454 static int bind_control_target(struct pool *pool, struct dm_target *ti) in bind_control_target()
2480 static void unbind_control_target(struct pool *pool, struct dm_target *ti) in unbind_control_target()
2701 static void pool_dtr(struct dm_target *ti) in pool_dtr()
2717 struct dm_target *ti) in parse_pool_features()
2840 static int pool_ctr(struct dm_target *ti, unsigned argc, char **argv) in pool_ctr()
2985 static int pool_map(struct dm_target *ti, struct bio *bio) in pool_map()
3003 static int maybe_resize_data_dev(struct dm_target *ti, bool *need_commit) in maybe_resize_data_dev()
3051 static int maybe_resize_metadata_dev(struct dm_target *ti, bool *need_commit) in maybe_resize_metadata_dev()
3109 static int pool_preresume(struct dm_target *ti) in pool_preresume()
3161 static void pool_resume(struct dm_target *ti) in pool_resume()
3182 static void pool_presuspend(struct dm_target *ti) in pool_presuspend()
3195 static void pool_presuspend_undo(struct dm_target *ti) in pool_presuspend_undo()
3208 static void pool_postsuspend(struct dm_target *ti) in pool_postsuspend()
3383 static int pool_message(struct dm_target *ti, unsigned argc, char **argv) in pool_message()
3451 static void pool_status(struct dm_target *ti, status_type_t type, in pool_status()
3568 static int pool_iterate_devices(struct dm_target *ti, in pool_iterate_devices()
3576 static int pool_merge(struct dm_target *ti, struct bvec_merge_data *bvm, in pool_merge()
3608 static void pool_io_hints(struct dm_target *ti, struct queue_limits *limits) in pool_io_hints()
3700 static void thin_dtr(struct dm_target *ti) in thin_dtr()
3737 static int thin_ctr(struct dm_target *ti, unsigned argc, char **argv) in thin_ctr()
3877 static int thin_map(struct dm_target *ti, struct bio *bio) in thin_map()
3884 static int thin_endio(struct dm_target *ti, struct bio *bio, int err) in thin_endio()
3919 static void thin_presuspend(struct dm_target *ti) in thin_presuspend()
3927 static void thin_postsuspend(struct dm_target *ti) in thin_postsuspend()
3938 static int thin_preresume(struct dm_target *ti) in thin_preresume()
3951 static void thin_status(struct dm_target *ti, status_type_t type, in thin_status()
4006 static int thin_merge(struct dm_target *ti, struct bvec_merge_data *bvm, in thin_merge()
4021 static int thin_iterate_devices(struct dm_target *ti, in thin_iterate_devices()