The Linux Kernel API | ||
---|---|---|
<<< Previous | Next >>> |
the request being processed
0 for I/O error
number of sectors to end I/O on
Ends I/O on a number of sectors attached to req, and sets it up for the next range of segments (if any) in the cluster.
0 - we are done with this request, call end_that_request_last 1 - still buffers pending for this request
<<< Previous | Home | Next >>> |
process_that_request_first | Up | end_that_request_chunk |