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

/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DSRebuildBTree.c272 HFSPlusExtentDescriptor *te = (HFSPlusExtentDescriptor*)&theSGlobPtr->calculatedRepairFCB->fcbExtents32;
792 if ( theFCBPtr->fcbExtents32[ i ].blockCount == 0 )
798 theFCBPtr->fcbExtents32[ i ].startBlock,
799 theFCBPtr->fcbExtents32[ i ].blockCount );
800 theFCBPtr->fcbExtents32[ i ].startBlock = 0;
801 theFCBPtr->fcbExtents32[ i ].blockCount = 0;
H A DSVerify2.c353 HFSPlusExtentRecord *extp = &calculatedBTCB->fcbPtr->fcbExtents32;
1756 if ( (volumeHeader->extentsFile.extents[i].startBlock != fcbP->fcbExtents32[i].startBlock) ||
1757 (volumeHeader->extentsFile.extents[i].blockCount != fcbP->fcbExtents32[i].blockCount) )
1775 if ( (volumeHeader->catalogFile.extents[i].startBlock != fcbP->fcbExtents32[i].startBlock) ||
1776 (volumeHeader->catalogFile.extents[i].blockCount != fcbP->fcbExtents32[i].blockCount) )
1795 if ( (volumeHeader->allocationFile.extents[i].startBlock != fcbP->fcbExtents32[i].startBlock) ||
1796 (volumeHeader->allocationFile.extents[i].blockCount != fcbP->fcbExtents32[i].blockCount) )
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
1386 CopyMemory(volumeHeader->catalogFile.extents, GPtr->calculatedCatalogFCB->fcbExtents32, sizeof(HFSPlusExtentRecord) );
1388 err = CheckFileExtents( GPtr, kHFSCatalogFileID, kDataFork, NULL, (void *)GPtr->calculatedCatalogFCB->fcbExtents32, &numABlks);
1611 CopyMemory( volumeHeader->allocationFile.extents, fcb->fcbExtents32, sizeof(HFSPlusExtentRecord) );
1613 err = CheckFileExtents( GPtr, kHFSAllocationFileID, kDataFork, NULL, (void *)fcb->fcbExtents32, &numABlks);
1640 CopyMemory( volumeHeader->startupFile.extents, fcb->fcbExtents32, sizeof(HFSPlusExtentRecord) );
1642 err = CheckFileExtents( GPtr, kHFSStartupFileID, kDataFork, NULL, (void *)fcb->fcbExtents32, &numABlks);
2083 CopyMemory( volumeHeader->attributesFile.extents, GPtr->calculatedAttributesFCB->fcbExtents32, sizeof(HFSPlusExtentRecord) );
2085 err = CheckFileExtents( GPtr, kHFSAttributesFileID, kDataFork, NULL, (void *)GPtr->calculatedAttributesFCB->fcbExtents32,
[all...]
H A DSRuntime.h349 HFSPlusExtentRecord fcbExtents32; member in struct:SFCB
H A DSExtents.c1548 CopyMemory(fcb->fcbExtents32, extents, sizeof(HFSPlusExtentRecord));
1568 CopyMemory(extents, fcb->fcbExtents32, sizeof(HFSPlusExtentRecord));
1645 extent = fcb->fcbExtents32;
H A DSUtils.c2305 CopyMemory( fcb->fcbExtents32, volumeHeader->extentsFile.extents, sizeof(HFSPlusExtentRecord) );
2310 CopyMemory( fcb->fcbExtents32, volumeHeader->catalogFile.extents, sizeof(HFSPlusExtentRecord) );
2315 CopyMemory( fcb->fcbExtents32, volumeHeader->allocationFile.extents, sizeof(HFSPlusExtentRecord) );
2322 CopyMemory( fcb->fcbExtents32, volumeHeader->attributesFile.extents, sizeof(HFSPlusExtentRecord) );
H A DSAllocate.c1403 HFSPlusExtentDescriptor *exts = fcb->fcbExtents32;
1425 memset(exts, 0, sizeof(fcb->fcbExtents32)); // Zero out the extents.
H A DSRepair.c4755 extentInfo->blockCount, fcb->fcbExtents32,
4815 fcb->fcbExtents32[foundExtentIndex].startBlock = extentInfo->newStartBlock;

Completed in 143 milliseconds