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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DBTreeWrapper.c158 HFSExtentDescriptor *dataExtent; local
182 dataExtent = (HFSExtentDescriptor*) &catalogRecord->hfsFile.dataExtents;
188 if ( (dataExtent[i].blockCount > 0) && (dataExtent[i].startBlock == 0) )
200 HFSPlusExtentDescriptor *dataExtent; local
215 dataExtent = (HFSPlusExtentDescriptor*) &catalogRecord->hfsPlusFile.dataFork.extents;
221 if ( (dataExtent[i].blockCount > 0) && (dataExtent[i].startBlock == 0) )

Completed in 11 milliseconds