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

/darwin-on-arm/xnu/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);
/darwin-on-arm/xnu/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));
134 __unused u_int32_t hint, CatalogKey *keyPtr, CatalogRecord *dataPtr, u_int32_t *newHint)
158 BuildCatalogKey(folderID, name, (volume->vcbSigWord == kHFSPlusSigWord), (CatalogKey *)&searchIterator->key);
182 BuildCatalogKey(HFSCatalogNodeID parentID, const CatalogName *cName, Boolean isHFSPlus, CatalogKey *key)
211 CatalogKey *key, u_int32_t *textEncoding)
H A DFileIDsServices.c109 CatalogKey srcKey; // 518 bytes
110 CatalogKey destKey; // 518 bytes
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_catalog.h243 union CatalogKey { union
247 typedef union CatalogKey CatalogKey; typedef in typeref:union:CatalogKey
370 CatalogKey *key,
377 CatalogKey *key,
H A Dhfs_catalog.c95 static int cat_lookupbykey(struct hfsmount *hfsmp, CatalogKey *keyp, int flags, u_int32_t hint, int wantrsrc,
103 static int cat_findposition(const CatalogKey *ckp, const CatalogRecord *crp,
108 static int getkey(struct hfsmount *hfsmp, cnid_t cnid, CatalogKey * key);
113 static void buildthreadkey(HFSCatalogNodeID parentID, int std_hfs, CatalogKey *key);
117 static int catrec_update(const CatalogKey *ckp, CatalogRecord *crp, struct update_state *state);
241 CatalogKey *key,
306 CatalogKey * keyp;
312 MALLOC(keyp, CatalogKey *, sizeof(CatalogKey), M_TEMP, M_WAITOK);
385 buildthreadkey(file_rec.fileID, 1, (CatalogKey *)
[all...]
H A Dhfs_search.c116 CatalogKey *key,
120 static int CheckAccess(ExtendedVCB *vcb, u_long searchBits, CatalogKey *key, struct vfs_context *ctx);
123 CatalogKey *key, struct attrlist *returnAttrList,
191 CatalogKey * myCurrentKeyPtr;
546 CheckAccess(ExtendedVCB *theVCBPtr, u_long searchBits, CatalogKey *theKeyPtr, struct vfs_context *ctx)
648 CatalogKey *key,
1019 CatalogKey *key, struct attrlist *returnAttrList,
H A Dhfs_readwrite.c1051 struct cnode *skip_cp, CatalogKey *keyp, struct cat_attr *cnattrp)
1112 CatalogKey catkey;
1284 CatalogKey catkey;
H A Dhfs_hotfiles.c516 CatalogKey * keyp;

Completed in 30 milliseconds