NFS_DIRECT_READ_SCHEDULE

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

 

NAME

nfs_direct_read_schedule - dispatch NFS READ operations for a direct read  

SYNOPSIS

"SYNOPSIS"

void nfs_direct_read_schedule (struct nfs_direct_req * dreq, struct inode * inode, struct nfs_open_context * ctx, unsigned long user_addr, size_t count, loff_t file_offset);  

ARGUMENTS

dreq
address of nfs_direct_req struct for this request
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
 

DESCRIPTION

For each nfs_read_data struct that was allocated on the list, dispatch an NFS READ operation


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:32 GMT, October 09, 2005