__NTFS_RL_MERGE

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

 

NAME

__ntfs_rl_merge - merge two run lists without testing if they can be merged  

SYNOPSIS

"SYNOPSIS"

void __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

Merge the two run lists, writing into the destination run list dst. The caller must make sure the run lists can be merged or this will corrupt the destination run list.

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


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 05:30:20 GMT, October 06, 2005