SUBMIT

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

 

NAME

submit - submit BIO request.  

SYNOPSIS

"SYNOPSIS"

int submit (int rw, pgoff_t page_off, void * page);  

ARGUMENTS

rw
READ or WRITE. off physical offset of page.
page_off
-- undescribed --
page
page we're reading or writing.
 

DESCRIPTION

Straight from the textbook - allocate and initialize the bio. If we're writing, make sure the page is marked as dirty. Then submit it and wait.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 13:31:54 GMT, October 06, 2005