NTFS_RL_MERGE

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

 

NAME

ntfs_rl_merge - test if two run lists can be joined together and merge them  

SYNOPSIS

"SYNOPSIS"

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

ARGUMENTS

dst
original, destination run list
src
new run list to merge with dst
 

DESCRIPTION

Test if two run lists can be joined together. For this, their VCNs and LCNs must be adjacent. If they can be merged, perform the merge, writing into the destination run list dst.

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

RETURN

TRUE Success, the run lists have been merged. FALSE Failure, the run lists cannot be merged and have not been modified.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
RETURN

This document was created by man2html, using the manual pages.
Time: 04:40:58 GMT, October 06, 2005