.\" 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_GET_VBLKS" "" "06 October 2005" "" ""
.SH NAME
ldm_get_vblks \- Read the on-disk database of VBLKs into memory
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
BOOL ldm_get_vblks (struct block_device * \fIbdev\fB, unsigned long \fIbase\fB, struct ldmdb * \fIldb\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIbdev\fB\fR
Device holding the LDM Database
.TP
\fB\fIbase\fB\fR
Offset, into \fIbdev\fR, of the database
.TP
\fB\fIldb\fB\fR
Cache of the database structures
.SH "DESCRIPTION"
.PP
To use the information from the VBLKs, they need to be read from the disk,
unpacked and validated. We cache them in \fIldb\fR according to their type.
.SH "RETURN"
.PP
TRUE All the VBLKs were read successfully
FALSE An error occurred