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

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

Completed in 21 milliseconds