NFS_DIRECT_READ_SEG
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
nfs_direct_read_seg - Read in one iov segment. Generate separate
SYNOPSIS
"SYNOPSIS"
ssize_t nfs_direct_read_seg (struct inode * inode, struct nfs_open_context * ctx, unsigned long user_addr, size_t count, loff_t file_offset, struct page ** pages, unsigned int nr_pages);
ARGUMENTS
- inode
-
target inode
- ctx
-
target file open context
- user_addr
-
starting address of this segment of user's buffer
- count
-
size of this segment
- file_offset
-
offset in file to begin the operation
- pages
-
array of addresses of page structs defining user's buffer
- nr_pages
-
number of pages in the array
DESCRIPTION
read RPCs for each ``rsize'' bytes.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 00:02:32 GMT, October 09, 2005