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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DBTreeWrapper.c252 cNodeID = catalogRecord->hfsPlusThread.parentID;
256 if ( (catalogRecord->hfsPlusThread.nodeName.length == 0) ||
257 (catalogRecord->hfsPlusThread.nodeName.length > 255) )
/darwin-on-arm/xnu/bsd/hfs/hfscommon/Catalog/
H A DCatalogUtilities.c107 threadParentID = dataPtr->hfsPlusThread.parentID;
108 nodeName = (CatalogName *) &dataPtr->hfsPlusThread.nodeName;
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_catalog.h257 HFSPlusCatalogThread hfsPlusThread; member in union:CatalogRecord
H A Dhfs_catalog.c450 keyp = (CatalogKey *)&recp->hfsPlusThread.reserved;
526 keyp = (CatalogKey *)&recp->hfsPlusThread.reserved;
3783 keyp = (CatalogKey *)&recp->hfsPlusThread.reserved;
4334 cnid = recp->hfsPlusThread.parentID;
4405 keyp = (CatalogKey *)&recp->hfsPlusThread.reserved;

Completed in 89 milliseconds