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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DBTreeWrapper.c236 cNodeID = catalogRecord->hfsThread.parentID;
240 if ( (catalogRecord->hfsThread.nodeName[0] == 0) ||
241 (catalogRecord->hfsThread.nodeName[0] > 31) )
/darwin-on-arm/xnu/bsd/hfs/hfscommon/Catalog/
H A DCatalogUtilities.c101 threadParentID = dataPtr->hfsThread.parentID;
102 nodeName = (CatalogName *) &dataPtr->hfsThread.nodeName;
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_catalog.h254 HFSCatalogThread hfsThread; member in union:CatalogRecord
H A Dhfs_catalog.c442 keyp = (CatalogKey *)((char *)&recp->hfsThread.reserved + 6);
513 keyp = (CatalogKey *)((char *)&recp->hfsThread.reserved + 6);
3776 keyp = (CatalogKey *)((char *)&recp->hfsThread.reserved + 6);
4329 cnid = recp->hfsThread.parentID;

Completed in 33 milliseconds