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

/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DSRepair.c3084 CatalogRecord threadRecord; local
3158 &tempKey, &threadRecord, &threadRecordSize, &hint2 );
3168 foundRecType = threadRecord.hfsPlusThread.recordType;
3186 if (parentID != threadRecord.hfsPlusThread.parentID) {
3189 plog ("\t%s: parentID for id=%u do not match (fileKey=%u threadRecord=%u)\n", __FUNCTION__, cNodeID, parentID, threadRecord.hfsPlusThread.parentID);
3194 if (!((foundKey.hfsPlus.nodeName.length == threadRecord.hfsPlusThread.nodeName.length)
3196 threadRecord.hfsPlusThread.nodeName.unicode,
3201 if (maxLength < threadRecord.hfsPlusThread.nodeName.length)
3202 maxLength = threadRecord
[all...]
H A DSVerify1.c1697 CatalogRecord threadRecord; local
1714 result = SearchBTreeRecord( GPtr->calculatedCatalogFCB, &key, kNoHint, &foundKey, &threadRecord, &recSize, &hint );
1827 result = SearchBTreeRecord( GPtr->calculatedCatalogFCB, &key, kNoHint, &foundKey, &threadRecord, &recSize, &hint );
1850 kNoHint, &foundKey, &threadRecord, &recSize, &hint);
1937 result = SearchBTreeRecord( GPtr->calculatedCatalogFCB, &key, kNoHint, &foundKey, &threadRecord, &recSize, &hint );

Completed in 118 milliseconds