PROCESS_THAT_REQUEST_FIRST
Section: ()
Updated: 06 October 2005
Index
Return to Main Contents
NAME
process_that_request_first - process partial request submission
SYNOPSIS
"SYNOPSIS"
int process_that_request_first (struct request * req, unsigned int nr_sectors);
ARGUMENTS
- req
-
the request being processed
- nr_sectors
-
number of sectors I/O has been submitted on
DESCRIPTION
May be used for processing bio's while submitting I/O without
signalling completion. Fails if more data is requested than is
available in the request in which case it doesn't advance any
pointers.
Assumes a request is correctly set up. No sanity checks.
RETURN
0 - no more data left to submit (not processed)
1 - data available to submit for this request (processed)
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
- RETURN
-
This document was created by
man2html,
using the manual pages.
Time: 06:21:06 GMT, October 06, 2005