Query: blk_rq_err_bytes
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
BLK_RQ_ERR_BYTES(9) Block Devices BLK_RQ_ERR_BYTES(9)NAMEblk_rq_err_bytes - determine number of bytes till the next failure boundarySYNOPSISunsigned int blk_rq_err_bytes(const struct request * rq);ARGUMENTSrq request to examineDESCRIPTIONA request could be merge of IOs which require different failure handling. This function determines the number of bytes which can be failed from the beginning of the request without crossing into area which need to be retried further.RETURNThe number of bytes to fail.CONTEXTqueue_lock must be held.COPYRIGHTKernel Hackers Manual 2.6. July 2010 BLK_RQ_ERR_BYTES(9)