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

/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DSVerify1.c4013 ExtentInfo *aryExtentInfo; local
4018 aryExtentInfo = &((**extentsTableH).extentInfo[i]);
4020 if ( extentInfo->fileID == aryExtentInfo->fileID )
4022 if ( (extentInfo->startBlock == aryExtentInfo->startBlock) &&
4023 (extentInfo->blockCount == aryExtentInfo->blockCount) &&
4024 (extentInfo->forkType == aryExtentInfo->forkType) )
4032 (aryExtentInfo->attrname == NULL)) {
4037 if (((extentInfo->attrname != NULL) && (aryExtentInfo->attrname == NULL)) ||
4038 ((extentInfo->attrname == NULL) && (aryExtentInfo->attrname != NULL))) {
4043 if (!strcmp(extentInfo->attrname, aryExtentInfo
[all...]

Completed in 278 milliseconds