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

/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOFilterScheme.cpp183 UInt32 extentsCount,
191 return getProvider( )->unmap( this, extents, extentsCount, options );
229 UInt32 extentsCount,
236 return getProvider( )->setPriority( this, extents, extentsCount, priority );
181 unmap(IOService * client, IOStorageExtent * extents, UInt32 extentsCount, UInt32 options) argument
227 setPriority(IOService * client, IOStorageExtent * extents, UInt32 extentsCount, IOStoragePriority priority) argument
H A DIOFilterScheme.h236 * @param extentsCount
244 UInt32 extentsCount,
303 * @param extentsCount
313 UInt32 extentsCount,
H A DIOMedia.h484 * @param extentsCount
492 UInt32 extentsCount,
551 * @param extentsCount
561 UInt32 extentsCount,
H A DIOPartitionScheme.h326 * @param extentsCount
334 UInt32 extentsCount,
393 * @param extentsCount
403 UInt32 extentsCount,
H A DIOBlockStorageDevice.cpp214 UInt32 extentsCount,
222 for (i = 0; i < extentsCount; i++) {
237 UInt32 extentsCount,
213 doUnmap(IOBlockStorageDeviceExtent * extents, UInt32 extentsCount, UInt32 options) argument
236 doSetPriority(IOBlockStorageDeviceExtent * extents, UInt32 extentsCount, IOStoragePriority priority) argument
H A DIOMedia.cpp872 UInt32 extentsCount,
911 for (extentsIndex = 0; extentsIndex < extentsCount; extentsIndex++)
921 return getProvider()->unmap(this, extents, extentsCount, options);
1000 UInt32 extentsCount,
1024 for (extentsIndex = 0; extentsIndex < extentsCount; extentsIndex++)
1034 return getProvider()->setPriority(this, extents, extentsCount, priority);
870 unmap(IOService * client, IOStorageExtent * extents, UInt32 extentsCount, UInt32 options) argument
998 setPriority(IOService * client, IOStorageExtent * extents, UInt32 extentsCount, IOStoragePriority priority) argument
H A DIOMediaBSDClient.cpp696 uint32_t extentsCount; member in struct:__anon2460
706 uint32_t extentsCount; member in struct:__anon2461
714 uint32_t extentsCount; member in struct:__anon2462
724 uint32_t extentsCount; member in struct:__anon2463
1814 request.extentsCount = request64->extentsCount;
1822 request.extentsCount = request32->extentsCount;
1830 extents = IONew(IOStorageExtent, request.extentsCount);
1838 /* n */ request.extentsCount * sizeo
[all...]
H A DIOBlockStorageDevice.h432 * @param extentsCount
436 UInt32 extentsCount,
446 * @param extentsCount
452 UInt32 extentsCount,
H A DIOStorage.cpp389 UInt32 extentsCount,
435 UInt32 extentsCount,
387 unmap(IOService * client, IOStorageExtent * extents, UInt32 extentsCount, UInt32 options) argument
433 setPriority(IOService * client, IOStorageExtent * extents, UInt32 extentsCount, IOStoragePriority priority) argument
H A DIOStorage.h594 * @param extentsCount
602 UInt32 extentsCount,
661 * @param extentsCount
671 UInt32 extentsCount,
H A DIOPartitionScheme.cpp372 UInt32 extentsCount,
380 return getProvider( )->unmap( this, extents, extentsCount, options );
418 UInt32 extentsCount,
425 return getProvider( )->setPriority( this, extents, extentsCount, priority );
370 unmap(IOService * client, IOStorageExtent * extents, UInt32 extentsCount, UInt32 options) argument
416 setPriority(IOService * client, IOStorageExtent * extents, UInt32 extentsCount, IOStoragePriority priority) argument
H A DIOBlockStorageDriver.h881 * @param extentsCount
889 UInt32 extentsCount,
948 * @param extentsCount
958 UInt32 extentsCount,
H A DIOBlockStorageDriver.cpp1747 UInt32 extentsCount,
1764 for ( extentsIndex = 0; extentsIndex < extentsCount; extentsIndex++ )
1838 UInt32 extentsCount,
1848 for ( extentsIndex = 0; extentsIndex < extentsCount; extentsIndex++ )
1868 return getProvider( )->doSetPriority( extentsOut, extentsCount, priority );
1745 unmap(IOService * client, IOStorageExtent * extents, UInt32 extentsCount, UInt32 options) argument
1836 setPriority(IOService * client, IOStorageExtent * extents, UInt32 extentsCount, IOStoragePriority priority) argument
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Ddisk.h115 uint32_t extentsCount; member in struct:__anon14611
194 uint32_t extentsCount; member in struct:__anon14613
250 uint32_t extentsCount; member in struct:_dk_cs_unmap
/macosx-10.10.1/xnu-2782.1.97/bsd/vm/
H A Dvm_compressor_backing_file.c314 cs_unmap.extentsCount = trim_index;
317 unmap.extentsCount = trim_index;
333 cs_unmap.extentsCount = trim_index;
336 unmap.extentsCount = trim_index;
H A Dvnode_pager.c125 set_tier.extentsCount = 1;
268 unmap.extentsCount = 1;
/macosx-10.10.1/hfs-285/fsck_hfs/dfalib/
H A DVolumeBitmapCheck.c1097 if (gTrimData.extentsCount == 0)
1108 gTrimData.extentsCount = 0;
1125 gTrimExtents[gTrimData.extentsCount].offset = offset;
1126 gTrimExtents[gTrimData.extentsCount].length = length;
1127 if (++gTrimData.extentsCount == kMaxTrimExtents)
/macosx-10.10.1/libutil-38/
H A Dwipefs.cpp253 unmap.extentsCount = 1;
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_symfile.c152 unmap.extentsCount = 1;
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c541 unmap.extentsCount = list->extent_count;
544 KERNEL_DEBUG_CONSTANT(HFSDBG_UNMAP_SCAN_TRIM | DBG_FUNC_NONE, hfsmp->hfs_raw_dev, unmap.extentsCount, 0, 0, 0);
/macosx-10.10.1/xnu-2782.1.97/bsd/miscfs/specfs/
H A Dspec_vnops.c683 for (i = 0; i < unmap->extentsCount; i++, extent++) {
/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_journal.c3616 unmap.extentsCount = tr->trim.extent_count;

Completed in 277 milliseconds