.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "NTFS_ARE_RL_MERGEABLE" "9" "09 October 2005" "" ""
.SH NAME
ntfs_are_rl_mergeable \- test if two runlists can be joined together
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
BOOL ntfs_are_rl_mergeable (runlist_element * \fIdst\fB, runlist_element * \fIsrc\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdst\fB\fR
original runlist
.TP
\fB\fIsrc\fB\fR
new runlist to test for mergeability with \fIdst\fR
.SH "DESCRIPTION"
.PP
Test if two runlists can be joined together. For this, their VCNs and LCNs
must be adjacent.
.PP
It is up to the caller to serialize access to the runlists \fIdst\fR and \fIsrc\fR\&.
.SH "RETURN"
.PP
TRUE Success, the runlists can be merged.
FALSE Failure, the runlists cannot be merged.