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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c1108 ; firstBlock - First allocation block to be freed
1122 u_int32_t firstBlock, // First block in range to deallocate
1131 KERNEL_DEBUG_CONSTANT(HFSDBG_BLOCK_DEALLOCATE | DBG_FUNC_START, firstBlock, numBlocks, flags, 0, 0);
1143 if (firstBlock >= hfsmp->totalBlocks) {
1147 if ((firstBlock + numBlocks) >= hfsmp->totalBlocks) {
1175 err = BlockMarkFreeRBTree(vcb, firstBlock, numBlocks);
1179 err = BlockMarkFreeInternal(vcb, firstBlock, numBlocks, true);
1183 err = BlockMarkFreeInternal(vcb, firstBlock, numBlocks, true);
1203 if (vcb->nextAllocation == (firstBlock + numBlocks)) {
1212 (void) add_free_extent_cache(vcb, firstBlock, numBlock
1120 BlockDeallocate( ExtendedVCB *vcb, u_int32_t firstBlock, u_int32_t numBlocks, u_int32_t flags) argument
3045 u_int32_t firstBlock; // First free block in current extent. local
[all...]
/darwin-on-arm/xnu/bsd/hfs/hfscommon/headers/
H A DFileMgrInternal.h232 u_int32_t firstBlock,

Completed in 14 milliseconds