Searched refs:kHFSBadBlockFileID (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_format.h299 kHFSBadBlockFileID = 5, /* File ID of the bad allocation block file */ enumerator in enum:__anon14431
/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DSRepair.c2693 if ( (fileID > kHFSBadBlockFileID) && (lastFileID != fileID) ) // Keep us out of reserved file trouble
4304 if ((extentInfo->fileID == kHFSBadBlockFileID) ||
5126 case kHFSBadBlockFileID:
H A DSVerify1.c1285 Verifies the extents of bad block file (kHFSBadBlockFileID) that
1334 result = CheckFileExtents( GPtr, kHFSBadBlockFileID, kDataFork, NULL, (void *)zeroXdr, &numBadBlocks); // check and mark bitmap

Completed in 235 milliseconds