The Linux Kernel API | ||
---|---|---|
<<< Previous | Next >>> |
the request being processed
0 for I/O error
number of bytes to complete
Ends I/O on a number of bytes attached to req, and sets it up for the next range of segments (if any). Like end_that_request_first, but deals with bytes instead of sectors.
0 - we are done with this request, call end_that_request_last 1 - still buffers pending for this request
<<< Previous | Home | Next >>> |
end_that_request_first | Up | Miscellaneous Devices |