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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DBTreeWrapper.c159 HFSExtentDescriptor *rsrcExtent; local
183 rsrcExtent = (HFSExtentDescriptor*) &catalogRecord->hfsFile.rsrcExtents;
190 if ( (rsrcExtent[i].blockCount > 0) && (rsrcExtent[i].startBlock == 0) )
201 HFSPlusExtentDescriptor *rsrcExtent; local
216 rsrcExtent = (HFSPlusExtentDescriptor*) &catalogRecord->hfsPlusFile.resourceFork.extents;
223 if ( (rsrcExtent[i].blockCount > 0) && (rsrcExtent[i].startBlock == 0) )

Completed in 16 milliseconds