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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c111 BlockAllocateAnyBitmap
308 static OSErr BlockAllocateAnyBitmap(
1808 * and BlockAllocateAnyBitmap, which uses the bitmap scanning logic.
1826 return BlockAllocateAnyBitmap(vcb, startingBlock, endingBlock, maxBlocks, useMetaZone, actualStartBlock, actualNumBlocks);
1836 * find the right ranges. Outputs are the same as BlockAllocateAnyBitmap.
1860 * BlockAllocateAnyBitmap finds free ranges by scanning the bitmap to figure out
1865 static OSErr BlockAllocateAnyBitmap( function

Completed in 12 milliseconds