Lines Matching defs:ti

225 	struct dm_target *ti;	/* Only set if a pool target is bound */  member
282 struct dm_target *ti; member
2536 static int thin_bio_map(struct dm_target *ti, struct bio *bio) in thin_bio_map()
2697 static int bind_control_target(struct pool *pool, struct dm_target *ti) in bind_control_target()
2723 static void unbind_control_target(struct pool *pool, struct dm_target *ti) in unbind_control_target()
2944 static void pool_dtr(struct dm_target *ti) in pool_dtr()
2960 struct dm_target *ti) in parse_pool_features()
3083 static int pool_ctr(struct dm_target *ti, unsigned argc, char **argv) in pool_ctr()
3228 static int pool_map(struct dm_target *ti, struct bio *bio) in pool_map()
3246 static int maybe_resize_data_dev(struct dm_target *ti, bool *need_commit) in maybe_resize_data_dev()
3294 static int maybe_resize_metadata_dev(struct dm_target *ti, bool *need_commit) in maybe_resize_metadata_dev()
3352 static int pool_preresume(struct dm_target *ti) in pool_preresume()
3404 static void pool_resume(struct dm_target *ti) in pool_resume()
3425 static void pool_presuspend(struct dm_target *ti) in pool_presuspend()
3438 static void pool_presuspend_undo(struct dm_target *ti) in pool_presuspend_undo()
3451 static void pool_postsuspend(struct dm_target *ti) in pool_postsuspend()
3626 static int pool_message(struct dm_target *ti, unsigned argc, char **argv) in pool_message()
3695 static void pool_status(struct dm_target *ti, status_type_t type, in pool_status()
3817 static int pool_iterate_devices(struct dm_target *ti, in pool_iterate_devices()
3825 static void pool_io_hints(struct dm_target *ti, struct queue_limits *limits) in pool_io_hints()
3919 static void thin_dtr(struct dm_target *ti) in thin_dtr()
3956 static int thin_ctr(struct dm_target *ti, unsigned argc, char **argv) in thin_ctr()
4095 static int thin_map(struct dm_target *ti, struct bio *bio) in thin_map()
4102 static int thin_endio(struct dm_target *ti, struct bio *bio, int err) in thin_endio()
4140 static void thin_presuspend(struct dm_target *ti) in thin_presuspend()
4148 static void thin_postsuspend(struct dm_target *ti) in thin_postsuspend()
4159 static int thin_preresume(struct dm_target *ti) in thin_preresume()
4172 static void thin_status(struct dm_target *ti, status_type_t type, in thin_status()
4227 static int thin_iterate_devices(struct dm_target *ti, in thin_iterate_devices()
4249 static void thin_io_hints(struct dm_target *ti, struct queue_limits *limits) in thin_io_hints()