.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "WRITE_ONE_PAGE" "" "06 October 2005" "" ""
.SH NAME
write_one_page \- write out a single page and optionally wait on I/O
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int write_one_page (struct page * \fIpage\fB, int \fIwait\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIpage\fB\fR
-- undescribed --
.TP
\fB\fIwait\fB\fR
-- undescribed --
.SH "DESCRIPTION"
.PP
.PP
\fIpage\fR - the page to write
\fIwait\fR - if true, wait on writeout
.PP
The page must be locked by the caller and will be unlocked upon return.
.PP
\fBwrite_one_page\fR returns a negative error code if I/O failed.