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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c911 u_int32_t newStartBlock, newBlockCount; local
925 newBlockCount = vcb->vcbFreeExt[0].blockCount - foundBlocks;
931 if (vcb->vcbFreeExt[i].blockCount > newBlockCount)
954 vcb->vcbFreeExt[i-1].blockCount = newBlockCount;
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_vfsops.c4273 u_int32_t newBlockCount; local
4289 error = BlockAllocate(hfsmp, 1, oldBlockCount, oldBlockCount, true, true, &newStartBlock, &newBlockCount);
4294 if (newBlockCount != oldBlockCount) {
4295 printf("hfs_reclaim_journal_file: newBlockCount != oldBlockCount (%u, %u)\n", newBlockCount, oldBlockCount);
4311 journal_fork.cf_size = newBlockCount * hfsmp->blockSize;
4313 journal_fork.cf_extents[0].blockCount = newBlockCount;
4314 journal_fork.cf_blocks = newBlockCount;
4326 (off_t)newBlockCount*hfsmp->blockSize, 0,
4334 hfsmp->jnl_size = (off_t)newBlockCount * hfsm
[all...]

Completed in 25 milliseconds