Home
last modified time | relevance | path

Searched refs:mpath (Results 1 – 4 of 4) sorted by relevance

/drivers/s390/cio/
Ddevice_pgid.c33 int mpath = cdev->private->flags.mpath; in verify_done() local
39 if (sch->config.mp != mpath) { in verify_done()
40 sch->config.mp = mpath; in verify_done()
45 "vpm=%02x\n", id->ssid, id->devno, rc, pgroup, mpath, in verify_done()
153 if (cdev->private->flags.mpath) in spid_do()
180 if (cdev->private->flags.mpath) { in spid_callback()
182 cdev->private->flags.mpath = 0; in spid_callback()
289 if (cdev->private->flags.mpath) { in pgid_to_donepm()
355 cdev->private->flags.mpath = 0; in snid_done()
475 cdev->private->flags.mpath = cdev->private->options.mpath; in ccw_device_verify_start()
[all …]
Dio_sch.h136 unsigned int mpath:1; /* do multipathing */ member
147 unsigned int mpath:1; /* multipathing is set up */ member
Ddevice_ops.c50 cdev->private->options.mpath = (flags & CCWDEV_DO_MULTIPATH) != 0; in ccw_device_set_options_mask()
79 cdev->private->options.mpath |= (flags & CCWDEV_DO_MULTIPATH) != 0; in ccw_device_set_options()
96 cdev->private->options.mpath &= (flags & CCWDEV_DO_MULTIPATH) == 0; in ccw_device_clear_options()
119 return cdev->private->flags.mpath; in ccw_device_is_multipath()
/drivers/md/
DMakefile7 dm-multipath-y += dm-path-selector.o dm-mpath.o