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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/headers/
H A DFileMgrInternal.h139 union ExtentRecord { union
143 typedef union ExtentRecord ExtentRecord; typedef in typeref:union:ExtentRecord
/darwin-on-arm/xnu/bsd/hfs/hfscommon/Catalog/
H A DFileIDsServices.c42 ExtentRecord extentData;
52 static void CopyExtentInfo( ExtentKey *key, ExtentRecord *data, ExtentsRecBuffer *buffer, u_int16_t bufferCount );
435 ExtentRecord extentData;
621 static void CopyExtentInfo( ExtentKey *key, ExtentRecord *data, ExtentsRecBuffer *buffer, u_int16_t bufferCount )
624 BlockMoveData( data, &(buffer[bufferCount].extentData), sizeof( ExtentRecord ) );
633 ExtentRecord extentData;

Completed in 206 milliseconds