.\" 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" "" "06 October 2005" "" "" .SH NAME ntfs_are_rl_mergeable \- test if two run lists can be joined together .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp BOOL ntfs_are_rl_mergeable (run_list_element * \fIdst\fB, run_list_element * \fIsrc\fB); \fR .SH "ARGUMENTS" .TP \fB\fIdst\fB\fR original run list .TP \fB\fIsrc\fB\fR new run list to test for mergeability with \fIdst\fR .SH "DESCRIPTION" .PP Test if two run lists 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 run lists \fIdst\fR and \fIsrc\fR\&. .SH "RETURN" .PP TRUE Success, the run lists can be merged. FALSE Failure, the run lists cannot be merged.