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

/xnu-2782.1.97/bsd/hfs/hfscommon/BTree/
H A DBTreeAllocate.c326 u_int16_t *mapStart; local
352 err = GetMapNode (btreePtr, &mapNode, &mapStart, &mapSize);
462 mapStart = (u_int16_t *) GetRecordAddress (btreePtr, mapNode.buffer, mapIndex);
477 mapPos = mapStart + ((nodeNum - recStartBit) >> 4);

Completed in 82 milliseconds