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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Catalog/
H A DFileIDsServices.c41 ExtentKey extentKey; member in struct:ExtentsRecBuffer
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);
623 BlockMoveData( key, &(buffer[bufferCount].extentKey), sizeof( ExtentKey ) );

Completed in 18 milliseconds