NFS_LIST_ADD_REQUEST
Section: ()
Updated: 06 October 2005
Index
Return to Main Contents
NAME
nfs_list_add_request - Insert a request into a sorted list
SYNOPSIS
"SYNOPSIS"
void nfs_list_add_request (struct nfs_page * req, struct list_head * head);
ARGUMENTS
- req
-
request
- head
-
head of list into which to insert the request.
DESCRIPTION
Note that the wb_list is sorted by page index in order to facilitate
coalescing of requests.
We use an insertion sort that is optimized for the case of appended
writes.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 06:21:01 GMT, October 06, 2005