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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Catalog/
H A DFileIDsServices.c433 ExtentsRecBuffer extentsBuffer[kNumExtentsToCache]; local
555 CopyExtentInfo(extentKeyPtr, &extentData, extentsBuffer, i);
575 extentsBuffer[j].extentKey.hfsPlus.fileID = destFileID; // change only the id in the key to dest ID
577 extentsBuffer[j].extentKey.hfs.fileID = destFileID; // change only the id in the key to dest ID
581 BlockMoveData(&(extentsBuffer[j].extentKey), &tmpIterator->key, btKeySize);
582 btRecord.bufferAddress = &(extentsBuffer[j].extentData);

Completed in 6 milliseconds