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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsops.c5133 HFSPlusExtentDescriptor shift_extent; /* Extent entry that should be shifted into next extent record */ local
5188 shift_extent.startBlock = extents[index].startBlock + newBlockCount;
5189 shift_extent.blockCount = extents[index].blockCount - newBlockCount;
5197 shift_extent = extents[kHFSPlusExtentDensity-1];
5198 if ((hfs_resize_debug) && (shift_extent.blockCount != 0)) {
5199 printf ("hfs_split_extent: Save 7:(%u,%u) to shift into overflow record\n", shift_extent.startBlock, shift_extent.blockCount);
5221 * value has been stored in 'shift_extent' above, so there is
5242 printf ("overflow:(%u,%u)\n", shift_extent.startBlock, shift_extent
[all...]

Completed in 14 milliseconds