'\" t .\" Title: filemap_write_and_wait_range .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Memory Management in Linux .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "FILEMAP_WRITE_AND_WA" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Memory Management in Linux" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" filemap_write_and_wait_range \- write out & wait on a file range .SH "SYNOPSIS" .HP \w'int\ filemap_write_and_wait_range('u .BI "int filemap_write_and_wait_range(struct\ address_space\ *\ " "mapping" ", loff_t\ " "lstart" ", loff_t\ " "lend" ");" .SH "ARGUMENTS" .PP \fImapping\fR .RS 4 the address_space for the pages .RE .PP \fIlstart\fR .RS 4 offset in bytes where the range starts .RE .PP \fIlend\fR .RS 4 offset in bytes where the range ends (inclusive) .RE .SH "DESCRIPTION" .PP Write out and wait upon file offsets lstart\->lend, inclusive\&. .PP Note that `lend\*(Aq is inclusive (describes the last byte to be written) so that this function can be used to write to the very end\-of\-file (end = \-1)\&. .SH "COPYRIGHT" .br