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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/headers/
H A DFileMgrInternal.h119 kNumExtentsToCache = 4 /* just guessing for ExchangeFiles*/ enumerator in enum:__anon111
/darwin-on-arm/xnu/bsd/hfs/hfscommon/Catalog/
H A DFileIDsServices.c433 ExtentsRecBuffer extentsBuffer[kNumExtentsToCache];
505 // Basically, we're copying records kNumExtentsToCache at a time. The copies have their file ID
535 for ( i=0 ; i<kNumExtentsToCache ; i++ )
605 if ( i != kNumExtentsToCache ) // if the buffer is not full, we must be done

Completed in 10 milliseconds