Query: scsi_kmap_atomic_sg
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SCSI_KMAP_ATOMIC_SG(9) SCSI mid layer SCSI_KMAP_ATOMIC_SG(9)NAMEscsi_kmap_atomic_sg - find and atomically map an sg-elemntSYNOPSISvoid * scsi_kmap_atomic_sg(struct scatterlist * sgl, int sg_count, size_t * offset, size_t * len);ARGUMENTSsgl scatter-gather list sg_count number of segments in sg offset offset in bytes into sg, on return offset into the mapped area len bytes to map, on return number of bytes mappedDESCRIPTIONReturns virtual address of the start of the mapped pageAUTHORSJames Bottomley <James.Bottomley@hansenpartnership.com> Author. Rob Landley <rob@landley.net> Author.COPYRIGHTKernel Hackers Manual 2.6. July 2010 SCSI_KMAP_ATOMIC_SG(9)