blk_update_request (9) Linux Manual Page
blk_update_request – Special helper function for request stacking drivers Synopsis bool blk_update_request(struct request * req, int error, unsigned int nr_bytes); Arguments req the request being processed error 0 for success, < 0 for error nr_bytes number of bytes to complete req Description Ends I/O on a number of bytes attached to req, but doesn’t complete the request structure even…
