Lines Matching refs:multipath

52 	struct multipath *m;		/* Owning multipath instance */
63 struct multipath { struct
162 struct multipath *m = ti->private; in free_pgpaths()
187 static struct multipath *alloc_multipath(struct dm_target *ti) in alloc_multipath()
189 struct multipath *m; in alloc_multipath()
213 static void free_multipath(struct multipath *m) in free_multipath()
228 static int set_mapinfo(struct multipath *m, union map_info *info) in set_mapinfo()
242 static void clear_mapinfo(struct multipath *m, union map_info *info) in clear_mapinfo()
254 static int __pg_init_all_paths(struct multipath *m) in __pg_init_all_paths()
283 static void __switch_pg(struct multipath *m, struct pgpath *pgpath) in __switch_pg()
299 static int __choose_path_in_pg(struct multipath *m, struct priority_group *pg, in __choose_path_in_pg()
316 static void __choose_pgpath(struct multipath *m, size_t nr_bytes) in __choose_pgpath()
372 static int __must_push_back(struct multipath *m) in __must_push_back()
386 struct multipath *m = (struct multipath *) ti->private; in __multipath_map()
475 static int queue_if_no_path(struct multipath *m, unsigned queue_if_no_path, in queue_if_no_path()
501 struct multipath *m = in trigger_event()
502 container_of(work, struct multipath, trigger_event); in trigger_event()
558 struct multipath *m = ti->private; in parse_path()
648 struct multipath *m) in parse_priority_group()
720 static int parse_hw_handler(struct dm_arg_set *as, struct multipath *m) in parse_hw_handler()
769 static int parse_features(struct dm_arg_set *as, struct multipath *m) in parse_features()
834 struct multipath *m; in multipath_ctr()
906 static void multipath_wait_for_pg_init_completion(struct multipath *m) in multipath_wait_for_pg_init_completion()
930 static void flush_multipath_work(struct multipath *m) in flush_multipath_work()
950 struct multipath *m = ti->private; in multipath_dtr()
962 struct multipath *m = pgpath->pg->m; in fail_path()
998 struct multipath *m = pgpath->pg->m; in reinstate_path()
1042 static int action_dev(struct multipath *m, struct dm_dev *dev, in action_dev()
1062 static void bypass_pg(struct multipath *m, struct priority_group *pg, in bypass_pg()
1081 static int switch_pg_num(struct multipath *m, const char *pgstr) in switch_pg_num()
1114 static int bypass_pg_num(struct multipath *m, const char *pgstr, int bypassed) in bypass_pg_num()
1138 static int pg_init_limit_reached(struct multipath *m, struct pgpath *pgpath) in pg_init_limit_reached()
1159 struct multipath *m = pg->m; in pg_init_done()
1264 static int do_end_io(struct multipath *m, struct request *clone, in do_end_io()
1308 struct multipath *m = ti->private; in multipath_end_io()
1336 struct multipath *m = (struct multipath *) ti->private; in multipath_presuspend()
1343 struct multipath *m = ti->private; in multipath_postsuspend()
1355 struct multipath *m = (struct multipath *) ti->private; in multipath_resume()
1384 struct multipath *m = (struct multipath *) ti->private; in multipath_status()
1492 struct multipath *m = (struct multipath *) ti->private; in multipath_message()
1554 struct multipath *m = ti->private; in multipath_ioctl()
1611 struct multipath *m = ti->private; in multipath_iterate_devices()
1646 struct multipath *m = ti->private; in multipath_busy()