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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/headers/
H A DCatalogPrivate.h94 CatalogRecord *dataPtr, u_int32_t *newHint );
97 u_int32_t hint, CatalogKey *keyPtr, CatalogRecord *dataPtr, u_int32_t *newHint);
101 u_int32_t *newHint );
H A DFileMgrInternal.h206 u_int32_t * newHint);
/darwin-on-arm/xnu/bsd/hfs/hfscommon/Catalog/
H A DCatalogUtilities.c51 CatalogRecord *dataPtr, u_int32_t *newHint)
82 *newHint = searchIterator->hint.nodeNum;
117 result = LocateCatalogRecord(volume, threadParentID, nodeName, kNoHint, keyPtr, dataPtr, newHint);
134 __unused u_int32_t hint, CatalogKey *keyPtr, CatalogRecord *dataPtr, u_int32_t *newHint)
162 *newHint = searchIterator->hint.nodeNum;
50 LocateCatalogNodeByKey(const ExtendedVCB *volume, u_int32_t hint, CatalogKey *keyPtr, CatalogRecord *dataPtr, u_int32_t *newHint) argument
133 LocateCatalogRecord(const ExtendedVCB *volume, HFSCatalogNodeID folderID, const CatalogName *name, __unused u_int32_t hint, CatalogKey *keyPtr, CatalogRecord *dataPtr, u_int32_t *newHint) argument
/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DBTreeWrapper.c40 OSErr ReplaceBTreeRecord(FileReference refNum, const void* key, u_int32_t hint, void *newData, u_int16_t dataSize, u_int32_t *newHint) argument
75 *newHint = iterator->hint.nodeNum;

Completed in 73 milliseconds