LDM_GET_VBLKS
Section: ()
Updated: 06 October 2005
Index
Return to Main Contents
NAME
ldm_get_vblks - Read the on-disk database of VBLKs into memory
SYNOPSIS
"SYNOPSIS"
BOOL ldm_get_vblks (struct block_device * bdev, unsigned long base, struct ldmdb * ldb);
ARGUMENTS
- bdev
-
Device holding the LDM Database
- base
-
Offset, into bdev, of the database
- ldb
-
Cache of the database structures
DESCRIPTION
To use the information from the VBLKs, they need to be read from the disk,
unpacked and validated. We cache them in ldb according to their type.
RETURN
TRUE All the VBLKs were read successfully
FALSE An error occurred
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
- RETURN
-
This document was created by
man2html,
using the manual pages.
Time: 06:20:56 GMT, October 06, 2005