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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/Misc/
H A DBTreeWrapper.c209 HFSExtentDescriptor *dataExtent; local
233 dataExtent = (HFSExtentDescriptor*) &catalogRecord->hfsFile.dataExtents;
239 if ( (dataExtent[i].blockCount > 0) && (dataExtent[i].startBlock == 0) )
251 HFSPlusExtentDescriptor *dataExtent; local
266 dataExtent = (HFSPlusExtentDescriptor*) &catalogRecord->hfsPlusFile.dataFork.extents;
272 if ( (dataExtent[i].blockCount > 0) && (dataExtent[i].startBlock == 0) )

Completed in 20 milliseconds