NFS_SCAN_LOCK_DIRTY
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
nfs_scan_lock_dirty - Scan the radix tree for dirty requests
SYNOPSIS
"SYNOPSIS"
int nfs_scan_lock_dirty (struct nfs_inode * nfsi, struct list_head * dst, unsigned long idx_start, unsigned int npages);
ARGUMENTS
- nfsi
-
NFS inode
- dst
-
Destination list
- 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 inode's req_lock when calling this function
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 00:02:33 GMT, October 09, 2005