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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/headers/
H A DFileMgrInternal.h243 BlockMarkFree( ExtendedVCB *vcb, u_int32_t startingBlock, u_int32_t numBlocks);
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsops.c4245 (void) BlockMarkFree(vcb, vcb->totalBlocks - 2, 2);
4247 (void) BlockMarkFree(vcb, vcb->totalBlocks - 1, 1);
4636 (void) BlockMarkFree(hfsmp, hfsmp->totalBlocks - 2, 2);
4638 (void) BlockMarkFree(hfsmp, hfsmp->totalBlocks - 1, 1);
/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c53 BlockMarkFree
84 Make an internal call to BlockMarkFree and then update
1159 * R/B Tree code at all), then go straight for the BlockMarkFree
2512 * BlockMarkFree
2520 OSErr BlockMarkFree( function
2902 * This is a wrapper function around BlockMarkFree. This function is
2994 printf("HFS: Red-Black Allocator Tree BlockMarkFree error\n");

Completed in 36 milliseconds