'\" t .\" Title: generic_file_read_iter .\" 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 "GENERIC_FILE_READ_IT" "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" generic_file_read_iter \- generic filesystem read routine .SH "SYNOPSIS" .HP \w'ssize_t\ generic_file_read_iter('u .BI "ssize_t generic_file_read_iter(struct\ kiocb\ *\ " "iocb" ", struct\ iov_iter\ *\ " "iter" ");" .SH "ARGUMENTS" .PP \fIiocb\fR .RS 4 kernel I/O control block .RE .PP \fIiter\fR .RS 4 destination for the data read .RE .SH "DESCRIPTION" .PP This is the \(lq\fBread_iter\fR\(rq routine for all filesystems that can use the page cache directly\&. .SH "COPYRIGHT" .br