Home
last modified time | relevance | path

Searched refs:in_len (Results 1 – 1 of 1) sorted by relevance

/block/
Dscsi_ioctl.c414 unsigned int in_len, out_len, bytes, opcode, cmdlen; in sg_scsi_ioctl() local
423 if (get_user(in_len, &sic->inlen)) in sg_scsi_ioctl()
427 if (in_len > PAGE_SIZE || out_len > PAGE_SIZE) in sg_scsi_ioctl()
432 bytes = max(in_len, out_len); in sg_scsi_ioctl()
440 rq = blk_get_request(q, in_len ? REQ_OP_SCSI_OUT : REQ_OP_SCSI_IN, 0); in sg_scsi_ioctl()
457 if (in_len && copy_from_user(buffer, sic->data + cmdlen, in_len)) in sg_scsi_ioctl()