Lines Matching defs:multipath
11 static bool multipath = true;
12 module_param(multipath, bool, 0444);
13 MODULE_PARM_DESC(multipath,
49 * have multiple controllers and thus use the multipath-aware subsystem node
56 if (!multipath) {
369 * Add a multipath node if the subsystems supports multiple controllers.
373 if (!(ctrl->subsys->cmic & NVME_CTRL_CMIC_MULTI_CTRL) || !multipath)
488 * nvme_mpath_set_live() will trigger I/O to the multipath path device
747 /* check if multipath is enabled and we have the capability */
748 if (!multipath || !ctrl->subsys ||