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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c96 BlockMarkAllocatedInternal
351 static OSErr BlockMarkAllocatedInternal (
1554 err = BlockMarkAllocatedInternal(vcb, *actualStartBlock, *actualNumBlocks);
2073 * blocks, just like in BlockMarkAllocatedInternal. hfs_unmap_alloc_extent
2170 err = BlockMarkAllocatedInternal(vcb, *actualStartBlock, *actualNumBlocks);
2229 return BlockMarkAllocatedInternal(vcb, startingBlock, numBlocks);
2238 Routine: BlockMarkAllocatedInternal
2255 OSErr BlockMarkAllocatedInternal ( function
2319 panic("hfs: BlockMarkAllocatedInternal: blocks already allocated!");
2357 panic("hfs: BlockMarkAllocatedInternal
[all...]

Completed in 20 milliseconds