PROCESS_THAT_REQUEST_FIRST

Section: (9)
Updated: 09 April 2004
Index Return to Main Contents

 

NAME

process_that_request_first - process partial request submission  

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)  

ABOUT THIS DOCUMENT

This documentation was generated with kernel version 2.6.0.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
RETURN
ABOUT THIS DOCUMENT

This document was created by man2html, using the manual pages.
Time: 12:49:32 GMT, April 09, 2004