NFS_SCAN_LIST

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

 

NAME

nfs_scan_list - Scan a list for matching requests  

SYNOPSIS

"SYNOPSIS"

int nfs_scan_list (struct list_head * head, struct list_head * dst, struct file * file, unsigned long idx_start, unsigned int npages);  

ARGUMENTS

head
One of the NFS inode request lists
dst
Destination list
file
if set, ensure we match requests from this file
idx_start
lower bound of page->index to scan
npages
idx_start + npages sets the upper bound to scan.
 

DESCRIPTION

Moves elements from one of the inode request lists. If the number of requests is set to 0, the entire address_space starting at index idx_start, is scanned. The requests are *not* checked to ensure that they form a contiguous set. You must be holding the nfs_wreq_lock when calling this function


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 13:31:42 GMT, October 06, 2005