Lines Matching refs:rescan
1028 * @rescan: if not equal to SCSI_SCAN_INITIAL skip some code only
1046 enum scsi_scan_mode rescan,
1056 * The rescan flag is used as an optimization, the first scan of a
1057 * host adapter calls into here with rescan == 0.
1061 if (rescan != SCSI_SCAN_INITIAL || !scsi_device_created(sdev)) {
1187 * @rescan: passed to scsi_probe_add_lun()
1198 enum scsi_scan_mode rescan)
1262 if ((scsi_probe_and_add_lun(starget, lun, NULL, NULL, rescan,
1272 * @rescan: nonzero if we can skip code only needed on first scan
1289 enum scsi_scan_mode rescan)
1433 lun, NULL, NULL, rescan, NULL);
1516 if (sdev->handler && sdev->handler->rescan)
1517 sdev->handler->rescan(sdev);
1522 if (drv->rescan)
1523 drv->rescan(dev);
1531 unsigned int id, u64 lun, enum scsi_scan_mode rescan)
1553 scsi_probe_and_add_lun(starget, lun, NULL, NULL, rescan, NULL);
1561 res = scsi_probe_and_add_lun(starget, 0, &bflags, NULL, rescan, NULL);
1563 if (scsi_report_lun_scan(starget, bflags, rescan) != 0)
1569 starget->scsi_level, rescan);
1589 * @rescan: passed to LUN scanning routines; SCSI_SCAN_INITIAL for
1590 * no rescan, SCSI_SCAN_RESCAN to rescan existing LUNs,
1602 unsigned int id, u64 lun, enum scsi_scan_mode rescan)
1609 if (rescan != SCSI_SCAN_MANUAL &&
1618 __scsi_scan_target(parent, channel, id, lun, rescan);
1627 enum scsi_scan_mode rescan)
1650 order_id, lun, rescan);
1654 id, lun, rescan);
1659 enum scsi_scan_mode rescan)
1679 rescan);
1681 scsi_scan_channel(shost, channel, id, lun, rescan);