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

/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DSRebuildBTree.c168 oldFCBPtr = theSGlobPtr->calculatedExtentsFCB;
387 theSGlobPtr->calculatedRepairFCB = theSGlobPtr->calculatedExtentsFCB;
388 theSGlobPtr->calculatedExtentsFCB = myFCBPtr;
390 theSGlobPtr->calculatedExtentsFCB->fcbFileID = kHFSExtentsFileID;
413 theSGlobPtr->calculatedExtentsFCB = theSGlobPtr->calculatedRepairFCB;
415 myVCBPtr->vcbExtentsFile = theSGlobPtr->calculatedExtentsFCB;
493 oldFCBPtr = theSGlobPtr->calculatedExtentsFCB;
879 myErr = BTIterateRecord( theSGlobPtr->calculatedExtentsFCB,
925 myErr = DeleteBTreeRecord( theSGlobPtr->calculatedExtentsFCB, myKeyPtr );
H A DSVerify1.c1039 CopyMemory(volumeHeader->extentsFile.extents, GPtr->calculatedExtentsFCB->fcbExtents32, sizeof(HFSPlusExtentRecord) );
1041 err = CheckFileExtents( GPtr, kHFSExtentsFileID, kDataFork, NULL, (void *)GPtr->calculatedExtentsFCB->fcbExtents32, &numABlks); // check out extent info
1055 GPtr->calculatedExtentsFCB->fcbLogicalSize = volumeHeader->extentsFile.logicalSize; // Set Extents tree's LEOF
1056 GPtr->calculatedExtentsFCB->fcbPhysicalSize = (UInt64)volumeHeader->extentsFile.totalBlocks *
1065 err = GetBTreeHeader(GPtr, GPtr->calculatedExtentsFCB, &header);
1078 btcb->totalNodes = ( GPtr->calculatedExtentsFCB->fcbPhysicalSize / btcb->nodeSize );
1086 btcb->totalNodes = ( GPtr->calculatedExtentsFCB->fcbPhysicalSize / btcb->nodeSize );
1101 CopyMemory(alternateMDB->drXTExtRec, GPtr->calculatedExtentsFCB->fcbExtents16, sizeof(HFSExtentRecord) );
1102 // ExtDataRecToExtents(alternateMDB->drXTExtRec, GPtr->calculatedExtentsFCB->fcbExtents);
1105 err = CheckFileExtents( GPtr, kHFSExtentsFileID, kDataFork, NULL, (void *)GPtr->calculatedExtentsFCB
[all...]
H A DSControl.c1196 GPtr->calculatedExtentsFCB = &pointer->fcbList[0];
1268 fcb = GPtr->calculatedExtentsFCB;
1308 btcb->fcbPtr = GPtr->calculatedExtentsFCB;
1437 fcbP = GPtr->calculatedExtentsFCB; // release extent file BTree bit map
H A DSRepair.c332 err = UpdateBTreeHeader( GPtr->calculatedExtentsFCB ); // update extent file BTH
2656 SFCB * fcb = GPtr->calculatedExtentsFCB;
2707 err = SearchBTreeRecord( GPtr->calculatedExtentsFCB, extentKeyPtr, kNoHint, &foundExtentKey, &extents, (UInt16*)&recordSize, &hint );
2710 err = ReplaceBTreeRecord( GPtr->calculatedExtentsFCB, &foundExtentKey, hint, &zeroExtents, recordSize, &hint );
2711 err = DeleteBTreeRecord( GPtr->calculatedExtentsFCB, &foundExtentKey ); // Delete the orphaned extent
2722 err = SearchBTreeRecord( GPtr->calculatedExtentsFCB, extentKeyPtr, kNoHint, &foundExtentKey, &extents, (UInt16*)&recordSize, &hint );
2725 err = ReplaceBTreeRecord( GPtr->calculatedExtentsFCB, &foundExtentKey, hint, &zeroExtents, recordSize, &hint );
2726 err = DeleteBTreeRecord( GPtr->calculatedExtentsFCB, &foundExtentKey ); // Delete the orphaned extent
2952 err = SearchBTreeRecord (GPtr->calculatedExtentsFCB, &extentKey, kNoHint,
2973 err = ReplaceBTreeRecord(GPtr->calculatedExtentsFCB,
[all...]
H A DSVerify2.c395 while (noErr == (err = BTIterateRecord(GPtr->calculatedExtentsFCB, kBTreeNextRecord, &iterator, &btRecord, &recordSize))) {
1012 fcb = GPtr->calculatedExtentsFCB;
H A DScavenger.h737 SFCB *calculatedExtentsFCB; member in struct:SGlob

Completed in 292 milliseconds