The Linux Kernel API | ||
---|---|---|
<<< Previous | Next >>> |
the request being processed
1 for success, 0 for I/O error, < 0 for specific 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 >>> |
submit_bio | Up | end_that_request_chunk |