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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c164 u_int32_t *numReleasedAllocationBlocks,
557 u_int32_t *numReleasedAllocationBlocks,
564 *numReleasedAllocationBlocks = 0;
589 *numReleasedAllocationBlocks += numAllocationBlocks; // bump FABN to beg of next extent
673 u_int32_t numReleasedAllocationBlocks; local
677 err = ReleaseExtents( vcb, catalogExtents, &numReleasedAllocationBlocks, &releasedLastExtent );
680 err = TruncateExtents(vcb, forkType, fileID, numReleasedAllocationBlocks, recordDeleted);
554 ReleaseExtents( ExtendedVCB *vcb, const HFSPlusExtentRecord extentRecord, u_int32_t *numReleasedAllocationBlocks, Boolean *releasedLastExtent) argument

Completed in 42 milliseconds