multipath          55 drivers/md/dm-mpath.c 	struct multipath *m;		/* Owning multipath instance */
multipath         182 drivers/md/dm-mpath.c static struct multipath *alloc_multipath(struct dm_target *ti)
multipath         184 drivers/md/dm-mpath.c 	struct multipath *m;
multipath         203 drivers/md/dm-mpath.c static int alloc_multipath_stage2(struct dm_target *ti, struct multipath *m)
multipath         231 drivers/md/dm-mpath.c static void free_multipath(struct multipath *m)
multipath         284 drivers/md/dm-mpath.c static int __pg_init_all_paths(struct multipath *m)
multipath         315 drivers/md/dm-mpath.c static int pg_init_all_paths(struct multipath *m)
multipath         327 drivers/md/dm-mpath.c static void __switch_pg(struct multipath *m, struct priority_group *pg)
multipath         343 drivers/md/dm-mpath.c static struct pgpath *choose_path_in_pg(struct multipath *m,
multipath         368 drivers/md/dm-mpath.c static struct pgpath *choose_pgpath(struct multipath *m, size_t nr_bytes)
multipath         457 drivers/md/dm-mpath.c static bool __must_push_back(struct multipath *m, unsigned long flags)
multipath         468 drivers/md/dm-mpath.c static bool must_push_back_rq(struct multipath *m)
multipath         474 drivers/md/dm-mpath.c static bool must_push_back_bio(struct multipath *m)
multipath         487 drivers/md/dm-mpath.c 	struct multipath *m = ti->private;
multipath         571 drivers/md/dm-mpath.c static struct pgpath *__map_bio(struct multipath *m, struct bio *bio)
multipath         604 drivers/md/dm-mpath.c static int __multipath_map_bio(struct multipath *m, struct bio *bio,
multipath         634 drivers/md/dm-mpath.c 	struct multipath *m = ti->private;
multipath         641 drivers/md/dm-mpath.c static void process_queued_io_list(struct multipath *m)
multipath         656 drivers/md/dm-mpath.c 	struct multipath *m =
multipath         657 drivers/md/dm-mpath.c 		container_of(work, struct multipath, process_queued_bios);
multipath         702 drivers/md/dm-mpath.c static int queue_if_no_path(struct multipath *m, bool queue_if_no_path,
multipath         728 drivers/md/dm-mpath.c 	struct multipath *m =
multipath         729 drivers/md/dm-mpath.c 		container_of(work, struct multipath, trigger_event);
multipath         780 drivers/md/dm-mpath.c static int setup_scsi_dh(struct block_device *bdev, struct multipath *m,
multipath         841 drivers/md/dm-mpath.c 	struct multipath *m = ti->private;
multipath         887 drivers/md/dm-mpath.c 						   struct multipath *m)
multipath         959 drivers/md/dm-mpath.c static int parse_hw_handler(struct dm_arg_set *as, struct multipath *m)
multipath        1010 drivers/md/dm-mpath.c static int parse_features(struct dm_arg_set *as, struct multipath *m)
multipath        1091 drivers/md/dm-mpath.c 	struct multipath *m;
multipath        1175 drivers/md/dm-mpath.c static void multipath_wait_for_pg_init_completion(struct multipath *m)
multipath        1190 drivers/md/dm-mpath.c static void flush_multipath_work(struct multipath *m)
multipath        1211 drivers/md/dm-mpath.c 	struct multipath *m = ti->private;
multipath        1223 drivers/md/dm-mpath.c 	struct multipath *m = pgpath->pg->m;
multipath        1259 drivers/md/dm-mpath.c 	struct multipath *m = pgpath->pg->m;
multipath        1302 drivers/md/dm-mpath.c static int action_dev(struct multipath *m, struct dm_dev *dev,
multipath        1322 drivers/md/dm-mpath.c static void bypass_pg(struct multipath *m, struct priority_group *pg,
multipath        1341 drivers/md/dm-mpath.c static int switch_pg_num(struct multipath *m, const char *pgstr)
multipath        1374 drivers/md/dm-mpath.c static int bypass_pg_num(struct multipath *m, const char *pgstr, bool bypassed)
multipath        1398 drivers/md/dm-mpath.c static bool pg_init_limit_reached(struct multipath *m, struct pgpath *pgpath)
multipath        1420 drivers/md/dm-mpath.c 	struct multipath *m = pg->m;
multipath        1540 drivers/md/dm-mpath.c 		struct multipath *m = ti->private;
multipath        1572 drivers/md/dm-mpath.c 	struct multipath *m = ti->private;
multipath        1621 drivers/md/dm-mpath.c 	struct multipath *m = ti->private;
multipath        1628 drivers/md/dm-mpath.c 	struct multipath *m = ti->private;
multipath        1640 drivers/md/dm-mpath.c 	struct multipath *m = ti->private;
multipath        1670 drivers/md/dm-mpath.c 	struct multipath *m = ti->private;
multipath        1792 drivers/md/dm-mpath.c 	struct multipath *m = ti->private;
multipath        1854 drivers/md/dm-mpath.c 	struct multipath *m = ti->private;
multipath        1900 drivers/md/dm-mpath.c 	struct multipath *m = ti->private;
multipath        1935 drivers/md/dm-mpath.c 	struct multipath *m = ti->private;
multipath         105 drivers/md/md-multipath.c 	struct multipath_info *multipath;
multipath         122 drivers/md/md-multipath.c 	multipath = conf->multipaths + mp_bh->path;
multipath         127 drivers/md/md-multipath.c 	mp_bh->bio.bi_iter.bi_sector += multipath->rdev->data_offset;
multipath         128 drivers/md/md-multipath.c 	bio_set_dev(&mp_bh->bio, multipath->rdev->bdev);
multipath          10 drivers/nvme/host/multipath.c static bool multipath = true;
multipath          11 drivers/nvme/host/multipath.c module_param(multipath, bool, 0444);
multipath          12 drivers/nvme/host/multipath.c MODULE_PARM_DESC(multipath,
multipath          55 drivers/nvme/host/multipath.c 	if (!multipath) {
multipath         377 drivers/nvme/host/multipath.c 	if (!(ctrl->subsys->cmic & (1 << 1)) || !multipath)
multipath         690 drivers/nvme/host/multipath.c 	if (!multipath || !ctrl->subsys || !(ctrl->subsys->cmic & (1 << 3)))