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

/macosx-10.10/xnu-2782.1.97/bsd/hfs/hfscommon/headers/
H A DFileMgrInternal.h139 union ExtentRecord { union
143 typedef union ExtentRecord ExtentRecord; typedef in typeref:union:ExtentRecord
/macosx-10.10/xnu-2782.1.97/bsd/hfs/hfscommon/Catalog/
H A DFileIDsServices.c42 ExtentRecord extentData;
56 static void CopyExtentInfo( ExtentKey *key, ExtentRecord *data, ExtentsRecBuffer *buffer, u_int16_t bufferCount );
456 ExtentRecord extentData;
659 static void CopyExtentInfo( ExtentKey *key, ExtentRecord *data, ExtentsRecBuffer *buffer, u_int16_t bufferCount )
662 BlockMoveData( data, &(buffer[bufferCount].extentData), sizeof( ExtentRecord ) );
671 ExtentRecord extentData;
/macosx-10.10/hfs-285/newfs_hfs/
H A Dmakehfs.c103 struct ExtentRecord { struct
108 static struct ExtentRecord *overflowExtents = NULL;
274 struct ExtentRecord tmp;
798 if ((numOverflowExtents * sizeof(struct ExtentRecord)) >
1117 const struct ExtentRecord *left = (const struct ExtentRecord*)l;
1118 const struct ExtentRecord *right = (const struct ExtentRecord*)r;
/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DSRebuildBTree.c59 static OSErr ValidateExtentRecordLength (SGlobPtr s, ExtentRecord * theRecPtr, UInt32 theRecSize);
849 ExtentRecord myExtentRecord;
938 static OSErr ValidateExtentRecordLength (SGlobPtr s, ExtentRecord * theRecPtr, UInt32 theRecSize)
H A DScavenger.h446 union ExtentRecord { union
450 typedef union ExtentRecord ExtentRecord; typedef in typeref:union:ExtentRecord
H A DSRepair.c1613 ExtentRecord zeroExtents;
1626 ClearMemory( (Ptr)&zeroExtents, sizeof(ExtentRecord) );
2641 ExtentRecord *extentDataPtr;
2642 ExtentRecord extents;
2643 ExtentRecord zeroExtents;
2665 ClearMemory( (Ptr)&zeroExtents, sizeof(ExtentRecord) );
2875 ExtentRecord extentRecord;
H A DSVerify1.c4201 ExtentRecord extentRecord;

Completed in 138 milliseconds