Home
last modified time | relevance | path

Searched refs:rescan (Results 1 – 25 of 47) sorted by relevance

12

/Linux-v5.4/drivers/scsi/
Dscsi_scan.c1046 enum scsi_scan_mode rescan, in scsi_probe_and_add_lun() argument
1061 if (rescan != SCSI_SCAN_INITIAL || !scsi_device_created(sdev)) { in scsi_probe_and_add_lun()
1199 enum scsi_scan_mode rescan) in scsi_sequential_lun_scan() argument
1263 if ((scsi_probe_and_add_lun(starget, lun, NULL, NULL, rescan, in scsi_sequential_lun_scan()
1290 enum scsi_scan_mode rescan) in scsi_report_lun_scan() argument
1434 lun, NULL, NULL, rescan, NULL); in scsi_report_lun_scan()
1517 if (sdev->handler && sdev->handler->rescan) in scsi_rescan_device()
1518 sdev->handler->rescan(sdev); in scsi_rescan_device()
1523 if (drv->rescan) in scsi_rescan_device()
1524 drv->rescan(dev); in scsi_rescan_device()
[all …]
/Linux-v5.4/Documentation/scsi/
Dsmartpqi.txt31 /sys/class/scsi_host/host*/rescan
34 The host rescan attribute is a write only attribute. Writing to this
63 to rescan for new devices. This does exactly the same thing as writing to the
64 smartpqi specific host "rescan" attribute.
Dhpsa.txt46 /sys/class/scsi_host/host*/rescan
51 the host "rescan" attribute is a write only attribute. Writing to this
112 to rescan for new devices. This does exactly the same thing as writing to the
113 hpsa specific host "rescan" attribute.
Ddpti.txt67 * rescan command
68 * Add code to rescan routine that notifies scsi-core about new devices
/Linux-v5.4/drivers/usb/usbip/
Dvudc_transfer.c194 int rescan = 0; in transfer() local
216 rescan = 1; in transfer()
266 rescan = 1; in transfer()
273 rescan = 1; in transfer()
288 rescan = 1; in transfer()
296 if (rescan) in transfer()
/Linux-v5.4/block/
Dpartition-generic.c517 rescan: in rescan_partitions()
543 goto rescan; in rescan_partitions()
557 goto rescan; in rescan_partitions()
587 goto rescan; in rescan_partitions()
598 goto rescan; in rescan_partitions()
/Linux-v5.4/include/scsi/
Dscsi_driver.h16 void (*rescan)(struct device *); member
Dscsi_dh.h61 void (*rescan)(struct scsi_device *); member
Dscsi_device.h422 enum scsi_scan_mode rescan);
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-bus-pci-devices-cciss35 What: /sys/bus/pci/devices/<dev>/ccissX/rescan
39 Description: Kicks of a rescan of the controller to discover logical
Dsysfs-bus-pci60 What: /sys/bus/pci/rescan
65 force a rescan of all PCI buses in the system, and
100 What: /sys/bus/pci/devices/.../pci_bus/.../rescan
105 force a rescan of the bus and all child buses,
109 What: /sys/bus/pci/devices/.../rescan
114 force a rescan of the device's parent bus and all
Dsysfs-bus-fsi1 What: /sys/bus/platform/devices/fsi-master/rescan
/Linux-v5.4/arch/s390/pci/
Dpci_irq.c121 static void zpci_handle_cpu_local_irq(bool rescan) in zpci_handle_cpu_local_irq() argument
131 if (!rescan || irqs_on++) in zpci_handle_cpu_local_irq()
/Linux-v5.4/drivers/usb/host/
Dehci-hcd.c396 rescan: in ehci_work()
405 goto rescan; in ehci_work()
953 rescan: in ehci_endpoint_disable()
992 goto rescan; in ehci_endpoint_disable()
Dfotg210-hcd.c2272 rescan: in qh_completions()
2468 goto rescan; in qh_completions()
3226 rescan: in scan_async()
3246 goto rescan; in scan_async()
3884 rescan: in scan_intr()
3902 goto rescan; in scan_intr()
4842 rescan: in fotg210_work()
4851 goto rescan; in fotg210_work()
5381 rescan: in fotg210_endpoint_disable()
5421 goto rescan; in fotg210_endpoint_disable()
Dohci-hcd.c363 rescan: in ohci_endpoint_disable()
381 goto rescan; in ohci_endpoint_disable()
Dehci-q.c301 rescan: in qh_completions()
508 goto rescan; in qh_completions()
/Linux-v5.4/drivers/pci/hotplug/
Dpnv_php.c441 static int pnv_php_enable(struct pnv_php_slot *php_slot, bool rescan) in pnv_php_enable() argument
509 if (rescan) { in pnv_php_enable()
517 if (rescan) in pnv_php_enable()
/Linux-v5.4/net/appletalk/
Daarp.c926 rescan: in iter_next()
941 goto rescan; in iter_next()
946 goto rescan; in iter_next()
/Linux-v5.4/fs/
Dsuper.c749 rescan: in __get_super()
770 goto rescan; in __get_super()
873 rescan: in user_get_super()
888 goto rescan; in user_get_super()
/Linux-v5.4/drivers/usb/gadget/udc/
Ddummy_hcd.c1392 int rescan = 0; in transfer() local
1427 rescan = 1; in transfer()
1478 rescan = 1; in transfer()
1485 rescan = 1; in transfer()
1500 rescan = 1; in transfer()
1508 if (rescan) in transfer()
/Linux-v5.4/mm/
Dinternal.h205 bool rescan; /* Rescanning the same pageblock */ member
Dcompaction.c1003 !cc->rescan && !cc->contended) { in isolate_migratepages_block()
1057 if (low_pfn == end_pfn && (!nr_isolated || cc->rescan)) { in isolate_migratepages_block()
2166 cc->rescan = false; in compact_zone()
2169 cc->rescan = true; in compact_zone()
/Linux-v5.4/include/uapi/linux/
Dbtrfs_tree.h953 __le64 rescan; member
/Linux-v5.4/drivers/s390/cio/
Dqdio_main.c1649 goto rescan; in qdio_start_irq()
1651 goto rescan; in qdio_start_irq()
1654 rescan: in qdio_start_irq()

12