.\" 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_SCHEDULE" "9" "09 October 2005" "" ""
.SH NAME
nfs_direct_read_schedule \- dispatch NFS READ operations for a direct read
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void nfs_direct_read_schedule (struct nfs_direct_req * \fIdreq\fB, struct inode * \fIinode\fB, struct nfs_open_context * \fIctx\fB, unsigned long \fIuser_addr\fB, size_t \fIcount\fB, loff_t \fIfile_offset\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdreq\fB\fR
address of nfs_direct_req struct for this request
.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
.SH "DESCRIPTION"
.PP
For each nfs_read_data struct that was allocated on the list, dispatch
an NFS READ operation