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

/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DScavenger.h632 /* Record last attribute ID checked, used in CheckAttributeRecord, initialized in ScavSetup */
775 attributeInfo lastAttrInfo; /* Record last attribute ID checked, used in CheckAttributeRecord, initialized in ScavSetup */
1083 extern int CheckAttributeRecord(SGlobPtr GPtr, const HFSPlusAttrKey *key, const HFSPlusAttrRecord *rec, UInt16 reclen);
H A DSVerify1.c2317 Function: CheckAttributeRecord
2396 CheckAttributeRecord(SGlobPtr GPtr, const HFSPlusAttrKey *key, const HFSPlusAttrRecord *rec, UInt16 reclen) function
2763 err = BTCheck( GPtr, kCalculatedAttributesRefNum, (CheckLeafRecordProcPtr)CheckAttributeRecord);
H A DSRepair.c3510 * leaf record, calls CheckAttributeRecord. CheckAttributeRecord function
3511 * is common function for verify and repair stage. CheckAttributeRecord
3538 * truncated on read! (4425232). CheckAttributeRecord only uses recordType
3550 err = CheckAttributeRecord(GPtr, &key, &record, recordSize);
3557 * truncated on read! (4425232). CheckAttributeRecord only uses recordType

Completed in 121 milliseconds