Searched refs:vcbAttributesFile (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DSRebuildBTree.c211 if (myVCBPtr->vcbAttributesFile != NULL) {
212 myVCBPtr->vcbAttributesFile->fcbClumpSize = myVHBPtr->attributesFile.clumpSize;
376 myVCBPtr->vcbAttributesFile = myFCBPtr;
411 myVCBPtr->vcbAttributesFile = theSGlobPtr->calculatedAttributesFCB;
543 myFCBPtr->fcbClumpSize = myVCBPtr->vcbAttributesFile->fcbClumpSize;
H A DSRuntime.h324 struct SFCB * vcbAttributesFile; member in struct:SVCB
H A DSVerify1.c715 vcb->vcbAttributesFile = NULL; /* XXX memory leak ? */
2120 GPtr->calculatedVCB->vcbAttributesFile = NULL;
2163 GPtr->calculatedVCB->vcbAttributesFile = NULL;
2749 if (GPtr->calculatedVCB->vcbAttributesFile == NULL)
3276 if (vcb->vcbAttributesFile) {
3280 vcb->vcbAttributesFile->fcbClumpSize = volumeHeader->attributesFile.clumpSize;
3284 vcb->vcbAttributesFile->fcbClumpSize = alternateVolumeHeader->attributesFile.clumpSize;
3287 vcb->vcbAttributesFile->fcbClumpSize = vcb->vcbCatalogFile->fcbClumpSize;
3289 vcb->vcbAttributesFile->fcbClumpSize =
4234 if (calculatedVCB->vcbAttributesFile) {
[all...]
H A DSUtils.c2130 if ( vcb->vcbAttributesFile != NULL )
2132 btcb = (BTreeControlBlock*) vcb->vcbAttributesFile->fcbBtree;
2319 if (vcb->vcbAttributesFile != NULL) // Only update fields if an attributes file existed and was open
2321 fcb = vcb->vcbAttributesFile;
H A DSVerify2.c1733 if ( (vcb->vcbAttributesFile != NULL) &&
1734 (volumeHeader->attributesFile.clumpSize != vcb->vcbAttributesFile->fcbClumpSize )) {
H A DSControl.c1293 vcb->vcbAttributesFile = fcb;
H A DSRepair.c4747 fcb = GPtr->calculatedVCB->vcbAttributesFile;
4808 fcb = GPtr->calculatedVCB->vcbAttributesFile;

Completed in 217 milliseconds