NTFS_ARE_RL_MERGEABLE

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

 

NAME

ntfs_are_rl_mergeable - test if two run lists can be joined together  

SYNOPSIS

"SYNOPSIS"

BOOL ntfs_are_rl_mergeable (run_list_element * dst, run_list_element * src);  

ARGUMENTS

dst
original run list
src
new run list to test for mergeability with dst
 

DESCRIPTION

Test if two run lists can be joined together. For this, their VCNs and LCNs must be adjacent.

It is up to the caller to serialize access to the run lists dst and src.  

RETURN

TRUE Success, the run lists can be merged. FALSE Failure, the run lists cannot be merged.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
RETURN

This document was created by man2html, using the manual pages.
Time: 06:21:01 GMT, October 06, 2005