Searched defs:BTHdrRec (Results 1 – 1 of 1) sorted by relevance
77 struct BTHdrRec { struct78 hfs_word_t bthDepth; /* (V) The number of levels in this B-tree */79 hfs_lword_t bthRoot; /* (V) The node number of the root node */80 hfs_lword_t bthNRecs; /* (V) The number of leaf records */81 hfs_lword_t bthFNode; /* (V) The number of the first leaf node */82 hfs_lword_t bthLNode; /* (V) The number of the last leaf node */83 hfs_word_t bthNodeSize; /* (F) The number of bytes in a node (=512) */84 hfs_word_t bthKeyLen; /* (F) The length of a key in an index node */85 hfs_lword_t bthNNodes; /* (V) The total number of nodes */86 hfs_lword_t bthFree; /* (V) The number of unused nodes */[all …]