1SCSI_PREP_ASYNC_SCAN(9)         SCSI mid layer         SCSI_PREP_ASYNC_SCAN(9)
2
3
4

NAME

6       scsi_prep_async_scan - prepare for an async scan
7

SYNOPSIS

9       struct async_scan_data *
10                                                     scsi_prep_async_scan(struct Scsi_Host * shost);
11

ARGUMENTS

13       shost
14           the host which will be scanned
15

RETURNS

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

AUTHORS

25       James Bottomley <James.Bottomley@hansenpartnership.com>
26           Author.
27
28       Rob Landley <rob@landley.net>
29           Author.
30
32Kernel Hackers Manual 2.6.         June 2019           SCSI_PREP_ASYNC_SCAN(9)
Impressum