.\" 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 "LDM_FRAG_ADD" "" "06 October 2005" "" ""
.SH NAME
ldm_frag_add \- Add a VBLK fragment to a list
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
BOOL ldm_frag_add (const u8 * \fIdata\fB, int \fIsize\fB, struct list_head * \fIfrags\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdata\fB\fR
Raw fragment to be added to the list
.TP
\fB\fIsize\fB\fR
Size of the raw fragment
.TP
\fB\fIfrags\fB\fR
Linked list of VBLK fragments
.SH "DESCRIPTION"
.PP
Fragmented VBLKs may not be consecutive in the database, so they are placed
in a list so they can be pieced together later.
.SH "RETURN"
.PP
TRUE Success, the VBLK was added to the list
FALSE Error, a problem occurred