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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/Catalog/
H A DCatalogUtilities.c53 HFSCatalogNodeID threadParentID; local
64 threadParentID = dataPtr->hfsThread.parentID;
70 threadParentID = dataPtr->hfsPlusThread.parentID;
75 threadParentID = 0;
79 if ( threadParentID ) // found a thread
80 result = LocateCatalogRecord(volume, threadParentID, nodeName, kNoHint, keyPtr, dataPtr, newHint);
98 HFSCatalogNodeID threadParentID; local
134 threadParentID = dataPtr->hfsThread.parentID;
140 threadParentID = dataPtr->hfsPlusThread.parentID;
145 threadParentID
[all...]

Completed in 14 milliseconds