NTFS_RL_FIND_VCN_NOLOCK
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
ntfs_rl_find_vcn_nolock - find a vcn in a runlist
SYNOPSIS
"SYNOPSIS"
runlist_element * ntfs_rl_find_vcn_nolock (runlist_element * rl, const VCN vcn);
ARGUMENTS
- rl
-
runlist to search
- vcn
-
vcn to find
DESCRIPTION
Find the virtual cluster number vcn in the runlist rl and return the
address of the runlist element containing the vcn on success.
Return NULL if rl is NULL or vcn is in an unmapped part/out of bounds of
the runlist.
LOCKING
The runlist must be locked on entry.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
- LOCKING
-
This document was created by
man2html,
using the manual pages.
Time: 00:02:34 GMT, October 09, 2005