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

/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DSExtents.c192 const HFSPlusExtentRecord extentRecord,
515 const HFSPlusExtentRecord extentRecord,
537 numAllocationBlocks = extentRecord[extentIndex].blockCount;
544 err = ReleaseBitmapBits( extentRecord[extentIndex].startBlock, numAllocationBlocks );
1050 HFSPlusExtentRecord extentRecord;
1104 err = GetFCBExtentRecord(vcb, fcb, extentRecord);
1108 err = DeallocateFork(vcb, fcb->fcbFileID, forkType, extentRecord, &recordDeleted);
1114 extentRecord[i].startBlock = 0;
1115 extentRecord[i].blockCount = 0;
1118 err = SetFCBExtentRecord((VCB *) vcb, fcb, extentRecord);
513 ReleaseExtents( SVCB *vcb, const HFSPlusExtentRecord extentRecord, UInt32 *numReleasedAllocationBlocks, Boolean *releasedLastExtent) argument
1751 ExtentsAreIntegral( const HFSPlusExtentRecord extentRecord, UInt32 mask, UInt32 *blocksChecked, Boolean *checkedLastExtent) argument
[all...]
H A DSRepair.c107 static OSErr SearchExtentInExtentBT(SGlobPtr GPtr, ExtentInfo *extentInfo, HFSPlusExtentKey *extentKey, HFSPlusExtentRecord *extentRecord, UInt16 *recordSize, UInt32 *foundExtentIndex);
2875 ExtentRecord extentRecord; local
2953 &extentKey, &extentRecord, &recordSize, &hint);
2962 extentRecord.hfsPlus[i].startBlock = 0;
2963 extentRecord.hfsPlus[i].blockCount = 0;
2967 extentRecord.hfs[i].startBlock = 0;
2968 extentRecord.hfs[i].blockCount = 0;
2974 &extentRecord, recordSize, &hint);
2998 &extentKey, &extentRecord, &recordSize, &hint);
3005 err = GetBTreeRecord(GPtr->calculatedExtentsFCB, 1, &extentKey, &extentRecord,
4963 SearchExtentInExtentBT(SGlobPtr GPtr, ExtentInfo *extentInfo, HFSPlusExtentKey *extentKey, HFSPlusExtentRecord *extentRecord, UInt16 *recordSize, UInt32 *foundExtentIndex) argument
[all...]
H A DSVerify1.c3775 HFSPlusExtentRecord extentRecord; local
3874 err = SearchBTreeRecord( GPtr->calculatedExtentsFCB, &key, kNoHint, (void *) &extentKey, (void *) &extentRecord, &recSize, &hint );
3890 err = GetBTreeRecord( GPtr->calculatedExtentsFCB, 1, &extentKey, extentRecord, &recSize, &hint );
3917 extents = (void *) &extentRecord;
4201 ExtentRecord extentRecord; local
4295 err = GetBTreeRecord(GPtr->calculatedExtentsFCB, selCode, &extentKey, &extentRecord, &recordSize, &hint);
4303 extentRecord.hfsPlus, extentKey.hfsPlus.forkType);
4305 CheckHFSExtentRecords(GPtr, extentKey.hfs.fileID, extentRecord.hfs,
4310 err = GetBTreeRecord(GPtr->calculatedExtentsFCB, selCode, &extentKey, &extentRecord, &recordSize, &hint);
H A DScavenger.h1165 const HFSPlusExtentRecord extentRecord,
/macosx-10.10/xnu-2782.1.97/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c167 const HFSPlusExtentRecord extentRecord,
194 const HFSPlusExtentRecord extentRecord,
591 const HFSPlusExtentRecord extentRecord,
613 numAllocationBlocks = extentRecord[extentIndex].blockCount;
620 err = BlockDeallocate( vcb, extentRecord[extentIndex].startBlock, numAllocationBlocks , 0);
1411 HFSPlusExtentRecord extentRecord; local
1506 err = SearchExtentFile(vcb, fcb, peof-1, &key, extentRecord, &extentIndex, &hint, &extentNextBlock);
1519 startBlock = extentRecord[extentIndex].startBlock + extentRecord[extentIndex].blockCount - numBlocks;
1524 extentRecord[extentInde
589 ReleaseExtents( ExtendedVCB *vcb, const HFSPlusExtentRecord extentRecord, u_int32_t *numReleasedAllocationBlocks, Boolean *releasedLastExtent) argument
2109 ExtentsAreIntegral( const HFSPlusExtentRecord extentRecord, u_int32_t mask, u_int32_t *blocksChecked, Boolean *checkedLastExtent) argument
[all...]

Completed in 195 milliseconds