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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Catalog/
H A DCatalogUtilities.c55 HFSCatalogNodeID threadParentID; local
101 threadParentID = dataPtr->hfsThread.parentID;
107 threadParentID = dataPtr->hfsPlusThread.parentID;
112 threadParentID = 0;
116 if ( threadParentID ) // found a thread
117 result = LocateCatalogRecord(volume, threadParentID, nodeName, kNoHint, keyPtr, dataPtr, newHint);

Completed in 80 milliseconds