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

/xnu-2422.115.4/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c85 BlockMarkAllocatedInternal
293 static OSErr BlockMarkAllocatedInternal (
1755 err = BlockMarkAllocatedInternal(vcb, *actualStartBlock, *actualNumBlocks);
2115 err = BlockMarkAllocatedInternal (vcb, *actualStartBlock, *actualNumBlocks);
2203 err = BlockMarkAllocatedInternal(vcb, *actualStartBlock, *actualNumBlocks);
2232 return BlockMarkAllocatedInternal(vcb, startingBlock, numBlocks);
2241 Routine: BlockMarkAllocatedInternal
2258 OSErr BlockMarkAllocatedInternal ( function
2341 panic("hfs: BlockMarkAllocatedInternal: blocks already allocated!");
2379 panic("hfs: BlockMarkAllocatedInternal
[all...]

Completed in 20 milliseconds