END_THAT_REQUEST_FIRST

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

 

NAME

end_that_request_first - end I/O on a request  

SYNOPSIS

int end_that_request_first (struct request * req, int uptodate, int nr_sectors);  

ARGUMENTS

req
the request being processed
uptodate
0 for I/O error
nr_sectors
number of sectors to end I/O on
 

DESCRIPTION

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.  

RETURN

0 - we are done with this request, call end_that_request_last 1 - still buffers pending for this request  

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:24 GMT, April 09, 2004