SUBMIT_BIO

Section: (9)
Updated: 07 August 2003
Index Return to Main Contents

 

NAME

submit_bio -  

SYNOPSIS

int submit_bio (int rw, struct bio * bio);  

ARGUMENTS

rw
whether to READ or WRITE, or maybe to READA (read ahead)
bio
The &struct bio which describes the I/O
 

DESCRIPTION

submit_bio is very similar in purpose to generic_make_request, and uses that function to do most of the work. Both are fairly rough interfaces, bio must be presetup and ready for I/O.  

ABOUT THIS DOCUMENT

This documentation was generated with kernel version 2.6.0.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
ABOUT THIS DOCUMENT

This document was created by man2html, using the manual pages.
Time: 09:53:47 GMT, April 09, 2004