Searched refs:CatalogKey (Results 1 - 8 of 8) sorted by relevance

/xnu-2422.115.4/bsd/hfs/hfscommon/headers/
H A DCatalogPrivate.h93 extern OSErr LocateCatalogNodeByKey ( const ExtendedVCB *volume, u_int32_t hint, CatalogKey *keyPtr,
97 u_int32_t hint, CatalogKey *keyPtr, CatalogRecord *dataPtr, u_int32_t *newHint);
100 CatalogName *unicodeName, u_int32_t hint, CatalogKey *keyPtr, CatalogRecord *dataPtr,
109 CatalogKey *key);
112 u_int32_t length, CatalogKey *key, u_int32_t *textEncoding);
/xnu-2422.115.4/bsd/hfs/hfscommon/Catalog/
H A DCatalogUtilities.c50 LocateCatalogNodeByKey(const ExtendedVCB *volume, u_int32_t hint, CatalogKey *keyPtr,
76 bcopy(keyPtr, &searchIterator->key, sizeof(CatalogKey));
84 BlockMoveData(&searchIterator->key, keyPtr, sizeof(CatalogKey));
137 __unused u_int32_t hint, CatalogKey *keyPtr, CatalogRecord *dataPtr, u_int32_t *newHint)
161 BuildCatalogKey(folderID, name, (volume->vcbSigWord == kHFSPlusSigWord), (CatalogKey *)&searchIterator->key);
185 BuildCatalogKey(HFSCatalogNodeID parentID, const CatalogName *cName, Boolean isHFSPlus, CatalogKey *key)
217 CatalogKey *key, u_int32_t *textEncoding)
H A DFileIDsServices.c113 CatalogKey srcKey; // 518 bytes
114 CatalogKey destKey; // 518 bytes
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_catalog.h287 union CatalogKey { union
291 typedef union CatalogKey CatalogKey; typedef in typeref:union:CatalogKey
415 CatalogKey *key,
422 CatalogKey *key,
H A Dhfs_catalog.c96 static int cat_lookupbykey(struct hfsmount *hfsmp, CatalogKey *keyp, int flags, u_int32_t hint, int wantrsrc,
104 static int cat_findposition(const CatalogKey *ckp, const CatalogRecord *crp,
109 static int getkey(struct hfsmount *hfsmp, cnid_t cnid, CatalogKey * key);
114 static void buildthreadkey(HFSCatalogNodeID parentID, int std_hfs, CatalogKey *key);
118 static int catrec_update(const CatalogKey *ckp, CatalogRecord *crp, struct update_state *state);
281 buildthreadkey(nextCNID, std_hfs, (CatalogKey *)&iterator->key);
444 CatalogKey *key,
526 CatalogKey * keyp;
534 MALLOC(keyp, CatalogKey *, sizeof(CatalogKey), M_TEM
[all...]
H A Dhfs_search.c116 CatalogKey *key,
121 static int CheckAccess(ExtendedVCB *vcb, u_long searchBits, CatalogKey *key, struct vfs_context *ctx);
124 CatalogKey *key, struct attrlist *returnAttrList,
192 CatalogKey * myCurrentKeyPtr;
566 CheckAccess(ExtendedVCB *theVCBPtr, u_long searchBits, CatalogKey *theKeyPtr, struct vfs_context *ctx)
670 CatalogKey *key,
1115 CatalogKey *key, struct attrlist *returnAttrList,
H A Dhfs_readwrite.c1054 struct cnode *skip_cp, CatalogKey *keyp, struct cat_attr *cnattrp)
1115 CatalogKey catkey;
1287 CatalogKey catkey;
H A Dhfs_hotfiles.c516 CatalogKey * keyp;

Completed in 51 milliseconds