NFS_IOV2PAGELIST

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

nfs_iov2pagelist - convert an array of iovecs to a list of page requests  

SYNOPSIS

"SYNOPSIS"

int nfs_iov2pagelist (int rw, const struct inode * inode, const struct rpc_cred * cred, const struct iovec * iov, loff_t offset, unsigned long nr_segs, struct list_head * requests);  

ARGUMENTS

rw
-- undescribed --
inode
inode of target file
cred
credentials of user who requested I/O
iov
array of vectors that define I/O buffer
offset
-- undescribed --
nr_segs
-- undescribed --
requests
append new page requests to this list head
 

OFFSET

where in file to begin the read  

NR_SEGS

size of iovec array


 

Index

NAME
SYNOPSIS
ARGUMENTS
OFFSET
NR_SEGS

This document was created by man2html, using the manual pages.
Time: 07:07:19 GMT, October 06, 2005