OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
BTHeaderRec Struct Reference

#include <fsw_hfsplus.h>

Data Fields

fsw_u16 treeDepth
 
fsw_u32 rootNode
 
fsw_u32 leafRecords
 
fsw_u32 firstLeafNode
 
fsw_u32 lastLeafNode
 
fsw_u16 nodeSize
 
fsw_u16 maxKeyLength
 
fsw_u32 totalNodes
 
fsw_u32 freeNodes
 
fsw_u16 reserved1
 
fsw_u32 clumpSize
 
fsw_u8 btreeType
 
fsw_u8 keyCompareType
 
fsw_u32 attributes
 
fsw_u32 reserved3 [16]
 

Detailed Description

Definition at line 233 of file fsw_hfsplus.h.

Field Documentation

◆ attributes

fsw_u32 BTHeaderRec::attributes

Definition at line 247 of file fsw_hfsplus.h.

◆ btreeType

fsw_u8 BTHeaderRec::btreeType

Definition at line 245 of file fsw_hfsplus.h.

◆ clumpSize

fsw_u32 BTHeaderRec::clumpSize

Definition at line 244 of file fsw_hfsplus.h.

◆ firstLeafNode

fsw_u32 BTHeaderRec::firstLeafNode

Definition at line 237 of file fsw_hfsplus.h.

◆ freeNodes

fsw_u32 BTHeaderRec::freeNodes

Definition at line 242 of file fsw_hfsplus.h.

◆ keyCompareType

fsw_u8 BTHeaderRec::keyCompareType

Definition at line 246 of file fsw_hfsplus.h.

◆ lastLeafNode

fsw_u32 BTHeaderRec::lastLeafNode

Definition at line 238 of file fsw_hfsplus.h.

◆ leafRecords

fsw_u32 BTHeaderRec::leafRecords

Definition at line 236 of file fsw_hfsplus.h.

◆ maxKeyLength

fsw_u16 BTHeaderRec::maxKeyLength

Definition at line 240 of file fsw_hfsplus.h.

◆ nodeSize

fsw_u16 BTHeaderRec::nodeSize

Definition at line 239 of file fsw_hfsplus.h.

◆ reserved1

fsw_u16 BTHeaderRec::reserved1

Definition at line 243 of file fsw_hfsplus.h.

◆ reserved3

fsw_u32 BTHeaderRec::reserved3[16]

Definition at line 248 of file fsw_hfsplus.h.

◆ rootNode

fsw_u32 BTHeaderRec::rootNode

Definition at line 235 of file fsw_hfsplus.h.

◆ totalNodes

fsw_u32 BTHeaderRec::totalNodes

Definition at line 241 of file fsw_hfsplus.h.

◆ treeDepth

fsw_u16 BTHeaderRec::treeDepth

Definition at line 234 of file fsw_hfsplus.h.


The documentation for this struct was generated from the following file: