other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
SCSI_DEVICE_GET(9) | SCSI mid layer | SCSI_DEVICE_GET(9) |
NAME¶
scsi_device_get - get an additional reference to a scsi_deviceSYNOPSIS¶
int
scsi_device_get(struct scsi_device * sdev);
ARGUMENTS¶
sdevdevice to get a reference to
DESCRIPTION¶
Gets a reference to the scsi_device and increments the use count of the underlying LLDD module. You must hold host_lock of the parent Scsi_Host or already have a reference when calling this.AUTHORS¶
James Bottomley <James.Bottomley@hansenpartnership.com>Author.
Rob Landley <rob@landley.net>
Author.
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |