other versions
- stretch 4.9.168-1
ATAPI_DRAIN_NEEDED(9) | libata SCSI translation/emulat | ATAPI_DRAIN_NEEDED(9) |
NAME¶
atapi_drain_needed - Check whether data transfer may overflowSYNOPSIS¶
int atapi_drain_needed(struct request * rq);
ARGUMENTS¶
rqrequest to be checked
DESCRIPTION¶
ATAPI commands which transfer variable length data to host might overflow due to application error or hardware bug. This function checks whether overflow should be drained and ignored for request.LOCKING: None.
RETURN¶
1 if ; otherwise, 0.AUTHOR¶
Jeff GarzikAuthor.
COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |