SUBMIT_BIO

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

submit_bio -  

SYNOPSIS

"SYNOPSIS"

void 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.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:53 GMT, October 09, 2005