__NTFS_RL_MERGE

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

 

NAME

__ntfs_rl_merge - merge two runlists without testing if they can be merged  

SYNOPSIS

"SYNOPSIS"

void __ntfs_rl_merge (runlist_element * dst, runlist_element * src);  

ARGUMENTS

dst
original, destination runlist
src
new runlist to merge with dst
 

DESCRIPTION

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

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


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:01:52 GMT, October 09, 2005