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

/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DSRebuildBTree.c195 HFSPlusVolumeHeader * myVHBPtr; local
197 myVHBPtr = (HFSPlusVolumeHeader *) myBlockDescriptor.buffer;
198 myVCBPtr->vcbFreeBlocks = myVHBPtr->freeBlocks;
199 myVCBPtr->vcbFileCount = myVHBPtr->fileCount;
200 myVCBPtr->vcbFolderCount = myVHBPtr->folderCount;
201 myVCBPtr->vcbEncodingsBitmap = myVHBPtr->encodingsBitmap;
202 myVCBPtr->vcbRsrcClumpSize = myVHBPtr->rsrcClumpSize;
203 myVCBPtr->vcbDataClumpSize = myVHBPtr->dataClumpSize;
206 myVCBPtr->vcbCreateDate = myVHBPtr->createDate;
207 myVCBPtr->vcbModifyDate = myVHBPtr
[all...]
H A DSVerify1.c604 HFSPlusVolumeHeader * myVHBPtr; local
696 myVHBPtr = (HFSPlusVolumeHeader *) myBlockDescriptor.buffer;
697 if (myVHBPtr->attributes & kHFSVolumeJournaledMask) {
708 realAllocationBlockSize = myVHBPtr->blockSize;
709 realTotalBlocks = myVHBPtr->totalBlocks;
710 vcb->vcbNextCatalogID = myVHBPtr->nextCatalogID;
711 vcb->vcbCreateDate = myVHBPtr->createDate;
712 vcb->vcbAttributes = myVHBPtr->attributes & kHFSCatalogNodeIDsReused;
714 if ( myVHBPtr->attributesFile.totalBlocks == 0 )
724 numABlks = myVOPtr->totalDeviceSectors / ( myVHBPtr
[all...]

Completed in 128 milliseconds