1SCSI_PREP_ASYNC_SCAN(9) SCSI mid layer SCSI_PREP_ASYNC_SCAN(9)
2
3
4
6 scsi_prep_async_scan - prepare for an async scan
7
9 struct async_scan_data *
10 scsi_prep_async_scan(struct Scsi_Host * shost);
11
13 shost
14 the host which will be scanned
15
17 a cookie to be passed to scsi_finish_async_scan
18
19 Tells the midlayer this host is going to do an asynchronous scan. It
20 reserves the host's position in the scanning list and ensures that
21 other asynchronous scans started after this one won't affect the
22 ordering of the discovered devices.
23
25 James Bottomley <James.Bottomley@hansenpartnership.com>
26 Author.
27
28 Rob Landley <rob@landley.net>
29 Author.
30
32Kernel Hackers Manual 3.10 June 2019 SCSI_PREP_ASYNC_SCAN(9)