Lines Matching defs:ti
234 struct dm_target *ti; /* Only set if a pool target is bound */ member
326 struct dm_target *ti; member
2721 static int thin_bio_map(struct dm_target *ti, struct bio *bio) in thin_bio_map()
2863 static int bind_control_target(struct pool *pool, struct dm_target *ti) in bind_control_target()
2889 static void unbind_control_target(struct pool *pool, struct dm_target *ti) in unbind_control_target()
3128 static void pool_dtr(struct dm_target *ti) in pool_dtr()
3144 struct dm_target *ti) in parse_pool_features()
3285 static int pool_ctr(struct dm_target *ti, unsigned int argc, char **argv) in pool_ctr()
3440 static int pool_map(struct dm_target *ti, struct bio *bio) in pool_map()
3455 static int maybe_resize_data_dev(struct dm_target *ti, bool *need_commit) in maybe_resize_data_dev()
3503 static int maybe_resize_metadata_dev(struct dm_target *ti, bool *need_commit) in maybe_resize_metadata_dev()
3565 static int pool_preresume(struct dm_target *ti) in pool_preresume()
3625 static void pool_resume(struct dm_target *ti) in pool_resume()
3645 static void pool_presuspend(struct dm_target *ti) in pool_presuspend()
3657 static void pool_presuspend_undo(struct dm_target *ti) in pool_presuspend_undo()
3669 static void pool_postsuspend(struct dm_target *ti) in pool_postsuspend()
3844 static int pool_message(struct dm_target *ti, unsigned int argc, char **argv, in pool_message()
3914 static void pool_status(struct dm_target *ti, status_type_t type, in pool_status()
4044 static int pool_iterate_devices(struct dm_target *ti, in pool_iterate_devices()
4052 static void pool_io_hints(struct dm_target *ti, struct queue_limits *limits) in pool_io_hints()
4147 static void thin_dtr(struct dm_target *ti) in thin_dtr()
4183 static int thin_ctr(struct dm_target *ti, unsigned int argc, char **argv) in thin_ctr()
4328 static int thin_map(struct dm_target *ti, struct bio *bio) in thin_map()
4335 static int thin_endio(struct dm_target *ti, struct bio *bio, in thin_endio()
4374 static void thin_presuspend(struct dm_target *ti) in thin_presuspend()
4382 static void thin_postsuspend(struct dm_target *ti) in thin_postsuspend()
4393 static int thin_preresume(struct dm_target *ti) in thin_preresume()
4406 static void thin_status(struct dm_target *ti, status_type_t type, in thin_status()
4465 static int thin_iterate_devices(struct dm_target *ti, in thin_iterate_devices()
4487 static void thin_io_hints(struct dm_target *ti, struct queue_limits *limits) in thin_io_hints()