• Home
  • Raw
  • Download

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()
3117 static void pool_dtr(struct dm_target *ti) in pool_dtr()
3133 struct dm_target *ti) in parse_pool_features()
3279 static int pool_ctr(struct dm_target *ti, unsigned argc, char **argv) in pool_ctr()
3432 static int pool_map(struct dm_target *ti, struct bio *bio) in pool_map()
3449 static int maybe_resize_data_dev(struct dm_target *ti, bool *need_commit) in maybe_resize_data_dev()
3497 static int maybe_resize_metadata_dev(struct dm_target *ti, bool *need_commit) in maybe_resize_metadata_dev()
3559 static int pool_preresume(struct dm_target *ti) in pool_preresume()
3619 static void pool_resume(struct dm_target *ti) in pool_resume()
3639 static void pool_presuspend(struct dm_target *ti) in pool_presuspend()
3651 static void pool_presuspend_undo(struct dm_target *ti) in pool_presuspend_undo()
3663 static void pool_postsuspend(struct dm_target *ti) in pool_postsuspend()
3838 static int pool_message(struct dm_target *ti, unsigned argc, char **argv, in pool_message()
3908 static void pool_status(struct dm_target *ti, status_type_t type, in pool_status()
4034 static int pool_iterate_devices(struct dm_target *ti, in pool_iterate_devices()
4042 static void pool_io_hints(struct dm_target *ti, struct queue_limits *limits) in pool_io_hints()
4136 static void thin_dtr(struct dm_target *ti) in thin_dtr()
4172 static int thin_ctr(struct dm_target *ti, unsigned argc, char **argv) in thin_ctr()
4314 static int thin_map(struct dm_target *ti, struct bio *bio) in thin_map()
4321 static int thin_endio(struct dm_target *ti, struct bio *bio, in thin_endio()
4360 static void thin_presuspend(struct dm_target *ti) in thin_presuspend()
4368 static void thin_postsuspend(struct dm_target *ti) in thin_postsuspend()
4379 static int thin_preresume(struct dm_target *ti) in thin_preresume()
4392 static void thin_status(struct dm_target *ti, status_type_t type, in thin_status()
4447 static int thin_iterate_devices(struct dm_target *ti, in thin_iterate_devices()
4469 static void thin_io_hints(struct dm_target *ti, struct queue_limits *limits) in thin_io_hints()