NFS_DIRECT_WRITE_SEG
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
nfs_direct_write_seg - Write out one iov segment. Generate separate
SYNOPSIS
"SYNOPSIS"
ssize_t nfs_direct_write_seg (struct inode * inode, struct nfs_open_context * ctx, unsigned long user_addr, size_t count, loff_t file_offset, struct page ** pages, int nr_pages);
ARGUMENTS
- inode
-
target inode
- ctx
-
target file open context
- user_addr
-
-- undescribed --
- count
-
-- undescribed --
- file_offset
-
-- undescribed --
- pages
-
array of addresses of page structs defining user's buffer
- nr_pages
-
-- undescribed --
DESCRIPTION
write RPCs for each ``wsize'' bytes, then commit.
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
NR_PAGES
size of pages array
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
- USER_ADDR
-
- COUNT
-
- FILE_OFFSET
-
- NR_PAGES
-
This document was created by
man2html,
using the manual pages.
Time: 00:02:32 GMT, October 09, 2005