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

/macosx-10.10.1/hfs-285/fsck_hfs/dfalib/
H A DBTreeScanner.h65 int BTScanInitialize( const SFCB * btreeFile,
H A DBTreeScanner.c305 // Routine: BTScanInitialize
317 int BTScanInitialize( const SFCB * btreeFile, function
353 } /* BTScanInitialize */
361 // later via BTScanInitialize.
367 // nextNode Node number to resume a scan (pass to BTScanInitialize)
368 // nextRecord Record number to resume a scan (pass to BTScanInitialize)
369 // recordsFound Valid records seen so far (pass to BTScanInitialize)
H A DSRebuildBTree.c173 myErr = BTScanInitialize( oldFCBPtr, &theSGlobPtr->scanState );
H A DSRepair.c2662 err = BTScanInitialize( fcb, 0, 0, 0, gFSBufferPtr, gFSBufferSize, &scanState );
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/hfscommon/headers/
H A DBTreeScanner.h102 int BTScanInitialize( const FCB * btreeFile,
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/hfscommon/BTree/
H A DBTreeScanner.c297 // Routine: BTScanInitialize
326 // XXX�Perhaps the write count should be managed by BTScanInitialize and
331 int BTScanInitialize( const FCB * btreeFile, function
370 } /* BTScanInitialize */
378 // later via BTScanInitialize.
384 // nextNode Node number to resume a scan (pass to BTScanInitialize)
385 // nextRecord Record number to resume a scan (pass to BTScanInitialize)
386 // recordsFound Valid records seen so far (pass to BTScanInitialize)
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/
H A Dhfs_search.c333 err = BTScanInitialize(catalogFCB, 0, 0, 0, kCatSearchBufferSize, &myBTScanState);
339 err = BTScanInitialize(catalogFCB, myCatPositionPtr->nextNode,
H A Dhfs_hotfiles.c604 error = BTScanInitialize(VTOF(HFSTOVCB(hfsmp)->catalogRefNum), 0, 0, 0,

Completed in 87 milliseconds