Lines Matching refs:rescan
1052 struct scsi_device **sdevp, int rescan, in scsi_probe_and_add_lun() argument
1066 if (rescan || !scsi_device_created(sdev)) { in scsi_probe_and_add_lun()
1202 int bflags, int scsi_level, int rescan) in scsi_sequential_lun_scan() argument
1270 if ((scsi_probe_and_add_lun(starget, lun, NULL, NULL, rescan, in scsi_sequential_lun_scan()
1297 int rescan) in scsi_report_lun_scan() argument
1445 lun, NULL, NULL, rescan, NULL); in scsi_report_lun_scan()
1526 if (drv->rescan) in scsi_rescan_device()
1527 drv->rescan(dev); in scsi_rescan_device()
1535 unsigned int id, u64 lun, int rescan) in __scsi_scan_target() argument
1557 scsi_probe_and_add_lun(starget, lun, NULL, NULL, rescan, NULL); in __scsi_scan_target()
1565 res = scsi_probe_and_add_lun(starget, 0, &bflags, NULL, rescan, NULL); in __scsi_scan_target()
1567 if (scsi_report_lun_scan(starget, bflags, rescan) != 0) in __scsi_scan_target()
1573 starget->scsi_level, rescan); in __scsi_scan_target()
1603 unsigned int id, u64 lun, int rescan) in scsi_scan_target() argument
1615 __scsi_scan_target(parent, channel, id, lun, rescan); in scsi_scan_target()
1623 unsigned int id, u64 lun, int rescan) in scsi_scan_channel() argument
1646 order_id, lun, rescan); in scsi_scan_channel()
1650 id, lun, rescan); in scsi_scan_channel()
1654 unsigned int id, u64 lun, int rescan) in scsi_scan_host_selected() argument
1674 rescan); in scsi_scan_host_selected()
1676 scsi_scan_channel(shost, channel, id, lun, rescan); in scsi_scan_host_selected()