.\" 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_RL_MERGE" "" "06 October 2005" "" "" .SH NAME ntfs_rl_merge \- test if two run lists can be joined together and merge them .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp BOOL ntfs_rl_merge (run_list_element * \fIdst\fB, run_list_element * \fIsrc\fB); \fR .SH "ARGUMENTS" .TP \fB\fIdst\fB\fR original, destination run list .TP \fB\fIsrc\fB\fR new run list to merge with \fIdst\fR .SH "DESCRIPTION" .PP 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 \fIdst\fR\&. .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 have been merged. FALSE Failure, the run lists cannot be merged and have not been modified.