Searched refs:GetRecordSize (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/hfscommon/BTree/
H A DBTreeAllocate.c463 mapSize = GetRecordSize (btreePtr, mapNode.buffer, mapIndex);
587 *mapSize = GetRecordSize (btreePtr, nodePtr->buffer, mapIndex);
H A DBTreeMiscOps.c606 oldSpace = GetRecordSize (btreePtr, nodePtr, index);
H A DBTreeTreeOps.c1004 moveSize = GetRecordSize (btreePtr, rightNode, moveIndex) + 2;
1012 moveSize = GetRecordSize (btreePtr, rightNode, moveIndex - 1) + 2;
1242 size = GetRecordSize (btreePtr, rightNode, 0);
H A DBTreeNodeOps.c920 Routine: GetRecordSize - Return size of record "index".
933 u_int16_t GetRecordSize (BTreeControlBlockPtr btreePtr, function
/darwin-on-arm/xnu/bsd/hfs/hfscommon/headers/
H A DBTreesPrivate.h458 u_int16_t GetRecordSize (BTreeControlBlockPtr btree,

Completed in 74 milliseconds