Searched refs:EBTStat (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DSControl.c419 dataArea.EBTStat |= S_RebuildBTree;
821 GPtr->EBTStat |= S_RebuildBTree;
964 stat = GPtr->VIStat | GPtr->ABTStat | GPtr->EBTStat | GPtr->CBTStat |
974 GPtr->VIStat | GPtr->ABTStat | GPtr->EBTStat | GPtr->CBTStat | GPtr->JStat;
997 || GPtr->EBTStat & S_RebuildBTree
1336 GPtr->EBTStat = 0;
1591 stat = GPtr->VIStat | GPtr->ABTStat | GPtr->EBTStat | GPtr->CBTStat | GPtr->CatStat;
1594 plog(" Verify Status: VIStat = 0x%04x, ABTStat = 0x%04x EBTStat = 0x%04x\n",
1595 GPtr->VIStat, GPtr->ABTStat, GPtr->EBTStat);
H A DSVerify2.c240 statusFlag = &(GPtr->EBTStat);
1011 statP = (SInt16 *)&GPtr->EBTStat;
1161 statP = &GPtr->EBTStat;
H A DSRepair.c158 if ( GPtr->EBTStat & S_RebuildBTree )
199 if (GPtr->EBTStat & S_UnusedNodesNotZero)
314 if ( (GPtr->EBTStat & S_OrphanedExtent) != 0 ) // Orphaned extents were found
317 GPtr->EBTStat &= ~S_OrphanedExtent;
330 if ( (GPtr->EBTStat & S_BTH) || (GPtr->EBTStat & S_ReservedBTH) )
334 if ( (err == noErr) && (GPtr->EBTStat & S_ReservedBTH) )
343 if ( (GPtr->EBTStat & S_BTM) != 0 )
1476 GPtr->EBTStat |= S_OrphanedExtent;
2738 GPtr->EBTStat |
[all...]
H A DSVerify1.c1092 GPtr->EBTStat |= S_BTH; // update the Btree header
1149 GPtr->EBTStat |= S_ReservedBTH; // Repair reserved fields in Btree header
1259 err = BTCheckUnusedNodes(GPtr, kCalculatedExtentRefNum, &GPtr->EBTStat);
3051 GPtr->EBTStat |= S_OrphanedExtent; /* set flag to trigger repair */
H A DScavenger.h687 UInt16 EBTStat; // scavenge status flags for extent BTree member in struct:SGlob
813 /* BTree status flags (contents of EBTStat, CBTStat and ABTStat) */

Completed in 197 milliseconds