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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c87 BlockMarkFreeInternal
356 static OSErr BlockMarkFreeInternal(
1179 err = BlockMarkFreeInternal(vcb, firstBlock, numBlocks, true);
1183 err = BlockMarkFreeInternal(vcb, firstBlock, numBlocks, true);
2555 return BlockMarkFreeInternal(vcb, startingBlock, numBlocks, true);
2609 error = BlockMarkFreeInternal(vcb, startingBlock, curNumBlocks, false);
2636 error = BlockMarkFreeInternal(vcb, startingBlock, curNumBlocks, false);
2651 Routine: BlockMarkFreeInternal
2668 OSErr BlockMarkFreeInternal( function
2702 panic ("BlockMarkFreeInternal() fre
[all...]

Completed in 20 milliseconds