NTFS_ARE_RL_MERGEABLE
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
ntfs_are_rl_mergeable - test if two runlists can be joined together
SYNOPSIS
"SYNOPSIS"
BOOL ntfs_are_rl_mergeable (runlist_element * dst, runlist_element * src);
ARGUMENTS
- dst
-
original runlist
- src
-
new runlist to test for mergeability with dst
DESCRIPTION
Test if two runlists can be joined together. For this, their VCNs and LCNs
must be adjacent.
It is up to the caller to serialize access to the runlists dst and src.
RETURN
TRUE Success, the runlists can be merged.
FALSE Failure, the runlists cannot be merged.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
- RETURN
-
This document was created by
man2html,
using the manual pages.
Time: 00:02:33 GMT, October 09, 2005