Lines Matching defs:paths
1127 "Not all channel paths lead to "
6208 * Returns a path mask containing CUIR affected paths for the give device.
6272 unsigned long paths, int action)
6276 while (paths) {
6278 pos = 8 - ffs(paths);
6288 clear_bit(7 - pos, &paths);
6326 unsigned long paths = 0;
6338 paths |= tbcpm;
6348 paths |= tbcpm;
6361 paths |= tbcpm;
6371 paths |= tbcpm;
6374 /* notify user about all paths affected by CUIR action */
6375 dasd_eckd_cuir_notify_user(device, paths, CUIR_QUIESCE);
6387 unsigned long paths = 0;
6398 paths |= tbcpm;
6408 paths |= tbcpm;
6422 paths |= tbcpm;
6432 paths |= tbcpm;
6439 /* notify user about all paths affected by CUIR action */
6440 dasd_eckd_cuir_notify_user(device, paths, CUIR_RESUME);