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

/macosx-10.10/xnu-2782.1.97/bsd/hfs/hfscommon/Misc/
H A DBTreeWrapper.c150 HFSExtentDescriptor *dataExtent;
151 HFSExtentDescriptor *rsrcExtent;
174 dataExtent = (HFSExtentDescriptor*) &catalogRecord->hfsFile.dataExtents;
175 rsrcExtent = (HFSExtentDescriptor*) &catalogRecord->hfsFile.rsrcExtents;
H A DFileExtentMapping.c2041 err = HFSPlusToHFSExtents(extentData, (HFSExtentDescriptor *)&foundData);
/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_format.h173 struct HFSExtentDescriptor { struct
177 typedef struct HFSExtentDescriptor HFSExtentDescriptor; typedef in typeref:struct:HFSExtentDescriptor
187 typedef HFSExtentDescriptor HFSExtentRecord[3];
642 HFSExtentDescriptor drEmbedExtent; /* embedded volume location and size (formerly drVBMCSize and drCtlCSize) */
H A Dhfs_endian.c956 HFSExtentDescriptor *srcRec;
962 recordSize = sizeof(HFSExtentDescriptor);
1006 srcRec = (HFSExtentDescriptor *)((char *)srcKey + ((srcKey->keyLength + 2) & ~1));
/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DSBTree.c516 HFSExtentDescriptor *dataExtent;
517 HFSExtentDescriptor *rsrcExtent;
540 dataExtent = (HFSExtentDescriptor*) &catalogRecord->hfsFile.dataExtents;
541 rsrcExtent = (HFSExtentDescriptor*) &catalogRecord->hfsFile.rsrcExtents;
H A Dhfs_endian.c887 HFSExtentDescriptor *srcRec;
893 recordSize = sizeof(HFSExtentDescriptor);
929 srcRec = (HFSExtentDescriptor *)((char *)srcKey + ((srcKey->keyLength + 2) & ~1));
H A DSExtents.c1467 err = ExtentsToExtDataRec(extentData, (HFSExtentDescriptor *)&foundData);
1611 const HFSExtentDescriptor *extent;
H A DSVerify2.c89 extentBlockCount = ((HFSExtentDescriptor *)extents)[i].blockCount;
90 extentStartBlock = ((HFSExtentDescriptor *)extents)[i].startBlock;
H A DScavenger.h358 HFSExtentDescriptor drEmbedExtent;
440 HFSExtentDescriptor hfs;
H A DSVerify1.c838 HFSExtentDescriptor embededExtent;
3830 extentBlockCount = ((HFSExtentDescriptor *)extents)[i].blockCount;
3831 extentStartBlock = ((HFSExtentDescriptor *)extents)[i].startBlock;
H A DSRepair.c2897 HFSExtentDescriptor *hfsExtent;
/macosx-10.10/xnu-2782.1.97/bsd/hfs/hfscommon/headers/
H A DFileMgrInternal.h133 HFSExtentDescriptor hfs;
/macosx-10.10/hfs-285/newfs_hfs/
H A Dmakehfs.c120 const hfsparams_t *dp, HFSExtentDescriptor *bbextp, void *buffer,
124 const hfsparams_t *dp, HFSExtentDescriptor *bbextp, void *buffer,
1018 const hfsparams_t *dp, HFSExtentDescriptor *bbextp __unused , void *buffer,
1163 const hfsparams_t *dp, HFSExtentDescriptor *bbextp __unused, void *buffer,
/macosx-10.10/xnu-2782.1.97/bsd/hfs/hfscommon/Catalog/
H A DFileIDsServices.c807 extentAllocationBlocks += ((HFSExtentDescriptor *)extents)[i].blockCount;

Completed in 299 milliseconds