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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/headers/
H A DFileMgrInternal.h240 BlockMarkAllocated(ExtendedVCB *vcb, u_int32_t startingBlock, u_int32_t numBlocks);
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsops.c4222 error = BlockMarkAllocated(vcb, vcb->totalBlocks, bitmapblks);
4234 error = BlockMarkAllocated(vcb, vcb->totalBlocks + addblks - 2, 2);
4236 error = BlockMarkAllocated(vcb, vcb->totalBlocks + addblks - 1, 1);
4279 if (BlockMarkAllocated(vcb, vcb->totalBlocks - 2, 2)) {
4283 if (BlockMarkAllocated(vcb, vcb->totalBlocks - 1, 1)) {
4337 * new portion of the bitmap before it has been allocated. The BlockMarkAllocated
4625 error = BlockMarkAllocated(hfsmp, hfsmp->allocLimit, (hfsmp->blockSize == 512) ? 2 : 1);
/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c49 BlockMarkAllocated
2182 * BlockMarkAllocated
2191 OSErr BlockMarkAllocated( function
2416 * This is a wrapper function around BlockMarkAllocated. This function is
2464 * We may be called from the BlockMarkAllocated interface, in which case, they would
2502 printf("HFS: Red-Black Allocator Tree BlockMarkAllocated error\n");

Completed in 33 milliseconds