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

/xnu-2422.115.4/bsd/hfs/hfscommon/Misc/
H A DBTreeWrapper.c195 cNodeID = catalogRecord->hfsThread.parentID;
199 if ( (catalogRecord->hfsThread.nodeName[0] == 0) ||
200 (catalogRecord->hfsThread.nodeName[0] > 31) )
/xnu-2422.115.4/bsd/hfs/hfscommon/Catalog/
H A DCatalogUtilities.c103 threadParentID = dataPtr->hfsThread.parentID;
104 nodeName = (CatalogName *) &dataPtr->hfsThread.nodeName;
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_catalog.h298 HFSCatalogThread hfsThread; member in union:CatalogRecord
H A Dhfs_catalog.c666 keyp = (CatalogKey *)((char *)&recp->hfsThread.reserved + 6);
744 keyp = (CatalogKey *)((char *)&recp->hfsThread.reserved + 6);
4123 keyp = (CatalogKey *)((char *)&recp->hfsThread.reserved + 6);
4697 cnid = recp->hfsThread.parentID;

Completed in 45 milliseconds