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

/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DSRepair.c3692 attributeInfo lastID; /* fileID for the last attribute searched */ local
3700 lastID.fileID = 0;
3701 lastID.hasSecurity = false;
3725 if (attrKey.fileID != lastID.fileID) {
3733 plog ("\t%s: Error in replacing catalog record for id=%u\n", __FUNCTION__, lastID.fileID);
3773 lastID.fileID = attrKey.fileID; /* set last fileID to the new ID */
3774 lastID.hasSecurity = false; /* reset to indicate new fileID does not have security */
3785 lastID.hasSecurity = true;
3800 if ((lastID.hasSecurity == false) && !bcmp(attrKey.attrName, GPtr->securityAttrName, GPtr->securityAttrLen)) {
3801 lastID
[all...]
H A DSVerify1.c4385 UInt32 lastID = 0; local
4409 if (lastID == extentInfo->fileID) {
4413 lastID = extentInfo->fileID;

Completed in 166 milliseconds