Searched refs:multipath (Results 1 – 11 of 11) sorted by relevance
73 struct multipath { struct217 struct multipath *m; in alloc_multipath()516 struct multipath *m = ti->private; in multipath_clone_and_map()677 struct multipath *m = ti->private; in multipath_map_bio()698 struct multipath *m = in process_queued_bios()830 struct multipath *m = in trigger_event()942 struct multipath *m = ti->private; in parse_path()988 struct multipath *m) in parse_priority_group()1192 struct multipath *m; in multipath_ctr()1321 struct multipath *m = ti->private; in multipath_dtr()[all …]
9 dm-multipath-y += dm-path-selector.o dm-mpath.o59 obj-$(CONFIG_DM_MULTIPATH) += dm-multipath.o dm-round-robin.o
432 Allow volume managers to support multipath hardware.
18 bool "NVMe multipath support"21 This option controls support for multipath access to NVMe22 subsystems. If this option is enabled support for NVMe multipath24 for NVMe multipath access is excluded from the kernel. When this26 own /dev/nvmeXnY device entry and NVMe multipath access is
12 bool multipath = true; variable38 module_param_cb(multipath, &multipath_param_ops, &multipath, 0444);39 MODULE_PARM_DESC(multipath,53 multipath = true; in multipath_always_on_set()738 !multipath) in nvme_mpath_alloc_disk()1355 if (!multipath || !ctrl->subsys || in nvme_mpath_init_identify()
16 nvme-core-$(CONFIG_NVME_MULTIPATH) += multipath.o
990 extern bool multipath;1009 #define multipath false macro
4036 if (!multipath) { in nvme_init_ns_head()4146 } else if (multipath) { in nvme_alloc_ns()
12 devices utilized in multipath configurations. Say Y here to
37 "path=" options can be specified in order to use multipath (see RTRS
16 multipath I/O (see "add_path" and "mp_policy" configuration entries in
Completed in 31 milliseconds