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

/xnu-2422.115.4/bsd/hfs/hfscommon/Misc/
H A DBTreeWrapper.c261 cNodeID = catalogRecord->hfsPlusThread.parentID;
265 if ( (catalogRecord->hfsPlusThread.nodeName.length == 0) ||
266 (catalogRecord->hfsPlusThread.nodeName.length > 255) )
/xnu-2422.115.4/bsd/hfs/hfscommon/Catalog/
H A DCatalogUtilities.c110 threadParentID = dataPtr->hfsPlusThread.parentID;
111 nodeName = (CatalogName *) &dataPtr->hfsPlusThread.nodeName;
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_catalog.h301 HFSPlusCatalogThread hfsPlusThread; member in union:CatalogRecord
H A Dhfs_catalog.c675 keyp = (CatalogKey *)&recp->hfsPlusThread.reserved;
758 keyp = (CatalogKey *)&recp->hfsPlusThread.reserved;
4131 keyp = (CatalogKey *)&recp->hfsPlusThread.reserved;
4703 cnid = recp->hfsPlusThread.parentID;
4782 keyp = (CatalogKey *)&recp->hfsPlusThread.reserved;

Completed in 32 milliseconds