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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c164 u_int32_t *numReleasedAllocationBlocks,
577 u_int32_t *numReleasedAllocationBlocks,
584 *numReleasedAllocationBlocks = 0;
609 *numReleasedAllocationBlocks += numAllocationBlocks; // bump FABN to beg of next extent
693 u_int32_t numReleasedAllocationBlocks; local
697 err = ReleaseExtents( vcb, catalogExtents, &numReleasedAllocationBlocks, &releasedLastExtent );
700 err = TruncateExtents(vcb, forkType, fileID, numReleasedAllocationBlocks, recordDeleted);
574 ReleaseExtents( ExtendedVCB *vcb, const HFSPlusExtentRecord extentRecord, u_int32_t *numReleasedAllocationBlocks, Boolean *releasedLastExtent) argument

Completed in 69 milliseconds