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

/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_resize.c1677 u_int32_t newStartBlock; local
1793 &newStartBlock, &newBlockCount);
1799 alloc_flags, &newStartBlock, &newBlockCount);
1817 alloc_flags, &newStartBlock, &newBlockCount);
1845 BlockDeallocate(hfsmp, newStartBlock + roundedBlockCount,
1884 newStartBlock, newBlockCount, context);
1886 printf ("hfs_reclaim_extent: fileID=%u start=%u, %u:(%u,%u)=>(%u,%u) hfs_copy_extent error=%d\n", extent_info->fileID, extent_info->recStartBlock, index, oldStartBlock, oldBlockCount, newStartBlock, newBlockCount, error);
1891 extent_info->extents[index].startBlock = newStartBlock;
1926 printf ("hfs_reclaim_extent: Relocated record:%u %u:(%u,%u) to (%u,%u)\n", extent_info->overflow_count, index, oldStartBlock, oldBlockCount, newStartBlock, newBlockCount);
1932 BlockDeallocate(hfsmp, newStartBlock, newBlockCoun
2300 u_int32_t newStartBlock; member in struct:hfs_journal_relocate_args
2365 u_int32_t newStartBlock; local
[all...]
/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DSRepair.c4127 err = AllocateContigBitmapBits (GPtr->calculatedVCB, extentInfo->blockCount, &(extentInfo->newStartBlock));
4142 if (extentInfo->newStartBlock == 0) {
4151 plog ("%s: Extent move failed for extent for fileID = %u (old=%u, new=%u, count=%u) (err=%d)\n", __FUNCTION__, extentInfo->fileID, extentInfo->startBlock, extentInfo->newStartBlock, extentInfo->blockCount, err);
4158 plog ("%s: Extent move success for extent for fileID = %u (old=%u, new=%u, count=%u)\n", __FUNCTION__, extentInfo->fileID, extentInfo->startBlock, extentInfo->newStartBlock, extentInfo->blockCount);
4170 plog ("%s: Created symlink for fileID = %u (old=%u, new=%u, count=%u)\n", __FUNCTION__, extentInfo->fileID, extentInfo->startBlock, extentInfo->newStartBlock, extentInfo->blockCount);
4194 if (extentInfo->newStartBlock != 0) {
4195 ReleaseBitmapBits (extentInfo->newStartBlock, extentInfo->blockCount);
4339 extentInfo->newStartBlock);
4352 extentData[foundExtentIndex].startBlock = extentInfo->newStartBlock;
4688 extentInfo->newStartBlock;
[all...]
H A DScavenger.h398 UInt32 newStartBlock; member in struct:ExtentInfo

Completed in 204 milliseconds