Searched refs:multipath (Results 1 – 8 of 8) sorted by relevance
55 struct multipath *m; /* Owning multipath instance */66 struct multipath { struct182 static struct multipath *alloc_multipath(struct dm_target *ti) in alloc_multipath()184 struct multipath *m; in alloc_multipath()203 static int alloc_multipath_stage2(struct dm_target *ti, struct multipath *m) in alloc_multipath_stage2()231 static void free_multipath(struct multipath *m) in free_multipath()284 static int __pg_init_all_paths(struct multipath *m) in __pg_init_all_paths()315 static int pg_init_all_paths(struct multipath *m) in pg_init_all_paths()327 static void __switch_pg(struct multipath *m, struct priority_group *pg) in __switch_pg()343 static struct pgpath *choose_path_in_pg(struct multipath *m, in choose_path_in_pg()[all …]
9 dm-multipath-y += dm-path-selector.o dm-mpath.o27 multipath-y += md-multipath.o40 obj-$(CONFIG_MD_MULTIPATH) += multipath.o55 obj-$(CONFIG_DM_MULTIPATH) += dm-multipath.o dm-round-robin.o
105 struct multipath_info *multipath; in multipath_make_request() local122 multipath = conf->multipaths + mp_bh->path; in multipath_make_request()127 mp_bh->bio.bi_iter.bi_sector += multipath->rdev->data_offset; in multipath_make_request()128 bio_set_dev(&mp_bh->bio, multipath->rdev->bdev); in multipath_make_request()
443 Allow volume managers to support multipath hardware.
10 static bool multipath = true; variable11 module_param(multipath, bool, 0444);12 MODULE_PARM_DESC(multipath,55 if (!multipath) { in nvme_set_disk_name()377 if (!(ctrl->subsys->cmic & (1 << 1)) || !multipath) in nvme_mpath_alloc_disk()690 if (!multipath || !ctrl->subsys || !(ctrl->subsys->cmic & (1 << 3))) in nvme_mpath_init()
18 bool "NVMe multipath support"21 This option enables support for multipath access to NVMe
14 nvme-core-$(CONFIG_NVME_MULTIPATH) += multipath.o
12 devices utilized in multipath configurations. Say Y here to