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

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_vfsops.c5194 * newBlockCount - The blockCount of the extent to be split after
5200 hfs_split_extent(struct hfs_reclaim_extent_info *extent_info, uint32_t newBlockCount) argument
5225 if (newBlockCount == 0) {
5227 printf ("hfs_split_extent: No splitting required for newBlockCount=0\n");
5233 printf ("hfs_split_extent: Split record:%u recStartBlock=%u %u:(%u,%u) for %u blocks\n", extent_info->overflow_count, extent_info->recStartBlock, index, extents[index].startBlock, extents[index].blockCount, newBlockCount);
5260 shift_extent.startBlock = extents[index].startBlock + newBlockCount;
5261 shift_extent.blockCount = extents[index].blockCount - newBlockCount;
5303 extents[index+1].startBlock = extents[index].startBlock + newBlockCount;
5304 extents[index+1].blockCount = extents[index].blockCount - newBlockCount;
5307 extents[index].blockCount = newBlockCount;
5629 u_int32_t newBlockCount; local
6233 u_int32_t newBlockCount; member in struct:hfs_journal_relocate_args
6299 u_int32_t newBlockCount; local
[all...]

Completed in 75 milliseconds