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

/xnu-2422.115.4/bsd/hfs/hfscommon/BTree/
H A DBTreeScanner.c246 if ( theScanStatePtr->bufferPtr != NULL )
248 buf_markinvalid(theScanStatePtr->bufferPtr);
249 buf_brelse( theScanStatePtr->bufferPtr );
250 theScanStatePtr->bufferPtr = NULL;
279 &theScanStatePtr->bufferPtr );
285 theScanStatePtr->nodesLeftInBuffer = buf_count(theScanStatePtr->bufferPtr) / theScanStatePtr->btcb->nodeSize;
286 theScanStatePtr->currentNodePtr = (BTNodeDescriptor *) buf_dataptr(theScanStatePtr->bufferPtr);
359 scanState->bufferPtr = NULL;
398 if ( scanState->bufferPtr != NULL )
400 buf_markinvalid(scanState->bufferPtr);
[all...]
/xnu-2422.115.4/bsd/hfs/hfscommon/headers/
H A DBTreeScanner.h86 struct buf * bufferPtr; member in struct:BTScanState

Completed in 188 milliseconds