.\" 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 "NFS_DIRECT_READ_SEG" "9" "09 October 2005" "" ""
.SH NAME
nfs_direct_read_seg \- Read in one iov segment. Generate separate
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
ssize_t nfs_direct_read_seg (struct inode * \fIinode\fB, struct nfs_open_context * \fIctx\fB, unsigned long \fIuser_addr\fB, size_t \fIcount\fB, loff_t \fIfile_offset\fB, struct page ** \fIpages\fB, unsigned int \fInr_pages\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIinode\fB\fR
target inode
.TP
\fB\fIctx\fB\fR
target file open context
.TP
\fB\fIuser_addr\fB\fR
starting address of this segment of user's buffer
.TP
\fB\fIcount\fB\fR
size of this segment
.TP
\fB\fIfile_offset\fB\fR
offset in file to begin the operation
.TP
\fB\fIpages\fB\fR
array of addresses of page structs defining user's buffer
.TP
\fB\fInr_pages\fB\fR
number of pages in the array
.SH "DESCRIPTION"
.PP
read RPCs for each ``rsize'' bytes.