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

/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DSExtents.c236 HFSExtentKey extentKey; local
244 err = SearchBTreeRecord(vcb->vcbExtentsFile, &key, kNoHint, &extentKey, &extentData,
248 err = GetBTreeRecord(vcb->vcbExtentsFile, kPreviousRecord, &extentKey, &extentData,
258 if (extentKey.fileID != fileID || extentKey.forkType != forkType)
268 foundKey->forkType = extentKey.forkType;
270 foundKey->fileID = extentKey.fileID;
271 foundKey->startBlock = extentKey.startBlock;
290 HFSPlusExtentKey extentKey; local
299 err = SearchBTreeRecord(vcb->vcbExtentsFile, &key, kNoHint, &extentKey,
[all...]
H A DSRepair.c107 static OSErr SearchExtentInExtentBT(SGlobPtr GPtr, ExtentInfo *extentInfo, HFSPlusExtentKey *extentKey, HFSPlusExtentRecord *extentRecord, UInt16 *recordSize, UInt32 *foundExtentIndex);
2876 ExtentKey extentKey; local
2951 BuildExtentKey (isHFSPlus, forkType, fileID, extentStartBlock, &extentKey);
2952 err = SearchBTreeRecord (GPtr->calculatedExtentsFCB, &extentKey, kNoHint,
2953 &extentKey, &extentRecord, &recordSize, &hint);
2973 err = ReplaceBTreeRecord(GPtr->calculatedExtentsFCB, &extentKey, hint,
2996 BuildExtentKey (isHFSPlus, forkType, fileID, extentStartBlock, &extentKey);
2997 err = SearchBTreeRecord (GPtr->calculatedExtentsFCB, &extentKey, kNoHint,
2998 &extentKey, &extentRecord, &recordSize, &hint);
3005 err = GetBTreeRecord(GPtr->calculatedExtentsFCB, 1, &extentKey,
4270 HFSPlusExtentKey extentKey; local
4963 SearchExtentInExtentBT(SGlobPtr GPtr, ExtentInfo *extentInfo, HFSPlusExtentKey *extentKey, HFSPlusExtentRecord *extentRecord, UInt16 *recordSize, UInt32 *foundExtentIndex) argument
[all...]
H A DSVerify1.c3774 HFSPlusExtentKey extentKey; local
3874 err = SearchBTreeRecord( GPtr->calculatedExtentsFCB, &key, kNoHint, (void *) &extentKey, (void *) &extentRecord, &recSize, &hint );
3890 err = GetBTreeRecord( GPtr->calculatedExtentsFCB, 1, &extentKey, extentRecord, &recSize, &hint );
3907 if ( (extentKey.fileID != fileNumber) || (extentKey.forkType != forkType) )
3912 if ( (((HFSExtentKey *) &extentKey)->fileID != fileNumber) || (((HFSExtentKey *) &extentKey)->forkType != forkType) )
4202 ExtentKey extentKey; local
4295 err = GetBTreeRecord(GPtr->calculatedExtentsFCB, selCode, &extentKey, &extentRecord, &recordSize, &hint);
4302 CheckHFSPlusExtentRecords(GPtr, extentKey
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/hfs/hfscommon/Catalog/
H A DFileIDsServices.c41 ExtentKey extentKey; member in struct:ExtentsRecBuffer
611 extentsBuffer[j].extentKey.hfsPlus.fileID = destFileID; // change only the id in the key to dest ID
614 extentsBuffer[j].extentKey.hfs.fileID = destFileID; // change only the id in the key to dest ID
619 BlockMoveData(&(extentsBuffer[j].extentKey), &tmpIterator->key, btKeySize);
661 BlockMoveData( key, &(buffer[bufferCount].extentKey), sizeof( ExtentKey ) );

Completed in 307 milliseconds