Searched refs:S_BTH (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DSRepair.c252 GPtr->CBTStat |= S_BTH; /* leaf record count changed */
295 GPtr->CBTStat |= S_BTH; // leaf record count may change - 2913311
330 if ( (GPtr->EBTStat & S_BTH) || (GPtr->EBTStat & S_ReservedBTH) )
355 if ( (GPtr->CBTStat & S_BTH) || (GPtr->CBTStat & S_ReservedBTH) )
396 if ( (GPtr->ABTStat & S_BTH) )
1636 GPtr->CBTStat |= S_BTH + S_BTM; // set flags to write back hdr and map
6385 GPtr->CBTStat |= S_BTH; /* leaf record count changed */
6470 GPtr->ABTStat |= S_BTH + S_BTM;
H A DSVerify2.c1083 *statP = *statP | S_BTH;
H A DScavenger.h815 #define S_BTH 0x8000 /* BTree header damaged */ macro
H A DSVerify1.c1092 GPtr->EBTStat |= S_BTH; // update the Btree header
1453 GPtr->CBTStat |= S_BTH; // update the Btree header
2553 GPtr->ABTStat |= S_BTH + S_BTM;

Completed in 258 milliseconds