BEFS_BT_KEYLEN_INDEX

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

befs_bt_keylen_index - Finds start of keylen index in a node  

SYNOPSIS

"SYNOPSIS"

u16 * befs_bt_keylen_index (befs_btree_node * node);  

ARGUMENTS

node
Pointer to the node structure to find the keylen index within
 

DESCRIPTION

Returns a pointer to the start of the key length index array of the B+tree node *node

``The length of all the keys in the node is added to the size of the header and then rounded up to a multiple of four to get the beginning of the key length index'' (p.88, practical filesystem design).

Except that rounding up to 8 works, and rounding up to 4 doesn't.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 13:31:21 GMT, October 06, 2005