Lines Matching refs:dm_target

231 	struct dm_target *ti;	/* Only set if a pool target is bound */
325 struct dm_target *ti;
2706 static int thin_bio_map(struct dm_target *ti, struct bio *bio) in thin_bio_map()
2854 static int bind_control_target(struct pool *pool, struct dm_target *ti) in bind_control_target()
2880 static void unbind_control_target(struct pool *pool, struct dm_target *ti) in unbind_control_target()
3115 static void pool_dtr(struct dm_target *ti) in pool_dtr()
3131 struct dm_target *ti) in parse_pool_features()
3277 static int pool_ctr(struct dm_target *ti, unsigned argc, char **argv) in pool_ctr()
3430 static int pool_map(struct dm_target *ti, struct bio *bio) in pool_map()
3447 static int maybe_resize_data_dev(struct dm_target *ti, bool *need_commit) in maybe_resize_data_dev()
3495 static int maybe_resize_metadata_dev(struct dm_target *ti, bool *need_commit) in maybe_resize_metadata_dev()
3557 static int pool_preresume(struct dm_target *ti) in pool_preresume()
3609 static void pool_resume(struct dm_target *ti) in pool_resume()
3629 static void pool_presuspend(struct dm_target *ti) in pool_presuspend()
3641 static void pool_presuspend_undo(struct dm_target *ti) in pool_presuspend_undo()
3653 static void pool_postsuspend(struct dm_target *ti) in pool_postsuspend()
3828 static int pool_message(struct dm_target *ti, unsigned argc, char **argv, in pool_message()
3898 static void pool_status(struct dm_target *ti, status_type_t type, in pool_status()
4024 static int pool_iterate_devices(struct dm_target *ti, in pool_iterate_devices()
4032 static void pool_io_hints(struct dm_target *ti, struct queue_limits *limits) in pool_io_hints()
4126 static void thin_dtr(struct dm_target *ti) in thin_dtr()
4162 static int thin_ctr(struct dm_target *ti, unsigned argc, char **argv) in thin_ctr()
4304 static int thin_map(struct dm_target *ti, struct bio *bio) in thin_map()
4311 static int thin_endio(struct dm_target *ti, struct bio *bio, in thin_endio()
4350 static void thin_presuspend(struct dm_target *ti) in thin_presuspend()
4358 static void thin_postsuspend(struct dm_target *ti) in thin_postsuspend()
4369 static int thin_preresume(struct dm_target *ti) in thin_preresume()
4382 static void thin_status(struct dm_target *ti, status_type_t type, in thin_status()
4437 static int thin_iterate_devices(struct dm_target *ti, in thin_iterate_devices()
4459 static void thin_io_hints(struct dm_target *ti, struct queue_limits *limits) in thin_io_hints()