Searched refs:parentID (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/hfscommon/headers/
H A DCatalogPrivate.h108 extern void BuildCatalogKey( HFSCatalogNodeID parentID, const CatalogName *name, Boolean isHFSPlus,
111 extern OSErr BuildCatalogKeyUTF8(ExtendedVCB *volume, HFSCatalogNodeID parentID, const unsigned char *name,
116 extern OSErr ResolveFileID( ExtendedVCB *vcb, HFSCatalogNodeID fileID, HFSCatalogNodeID *parentID, Str31 name );
/darwin-on-arm/xnu/bsd/hfs/hfscommon/Catalog/
H A DCatalogUtilities.c101 threadParentID = dataPtr->hfsThread.parentID;
107 threadParentID = dataPtr->hfsPlusThread.parentID;
182 BuildCatalogKey(HFSCatalogNodeID parentID, const CatalogName *cName, Boolean isHFSPlus, CatalogKey *key) argument
187 key->hfsPlus.parentID = parentID; // set parent ID
199 key->hfs.parentID = parentID; // set parent ID
210 BuildCatalogKeyUTF8(ExtendedVCB *volume, HFSCatalogNodeID parentID, const unsigned char *name, u_int32_t nameLength, argument
224 key->hfsPlus.parentID = parentID; // se
[all...]
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_catalog.c79 u_int32_t parentID; member in struct:position_state
113 static void buildthreadkey(HFSCatalogNodeID parentID, int std_hfs, CatalogKey *key);
668 parentid = keyp->hfsPlus.parentID;
1570 if ((ckp->hfs.parentID != descp->cd_parentcnid) ||
1586 if ((ckp->hfs.parentID != descp->cd_parentcnid) ||
1642 if (ckp->hfsPlus.parentID != hfsmp->hfs_private_desc[DIR_HARDLINKS].cd_cnid) {
1708 if (ckp->hfsPlus.parentID == hfsmp->hfs_private_desc[FILE_HARDLINKS].cd_cnid) {
1927 cnid = keyp->parentID;
2075 parent = ((HFSPlusCatalogKey *)&iterator->key)->parentID;
2508 parentcnid = state->stdhfs ? key->hfs.parentID
4257 buildthreadkey(HFSCatalogNodeID parentID, int std_hfs, CatalogKey *key) argument
[all...]
H A Dhfs_search.c566 myNodeID = theKeyPtr->hfsPlus.parentID;
568 myNodeID = theKeyPtr->hfs.parentID;
681 cnid_t parid = key->hfsPlus.parentID;
695 } else if (key->hfsPlus.parentID == vcb->hfs_private_desc[FILE_HARDLINKS].cd_cnid) {
697 } else if (key->hfsPlus.parentID == vcb->hfs_private_desc[DIR_HARDLINKS].cd_cnid) {
898 HFSCatalogNodeID parentID; local
901 parentID = key->hfsPlus.parentID;
903 parentID = key->hfs.parentID;
[all...]
H A Dhfs_format.h322 u_int32_t parentID; /* parent folder ID */ member in struct:HFSCatalogKey
330 u_int32_t parentID; /* parent folder ID */ member in struct:HFSPlusCatalogKey
464 u_int32_t parentID; /* parent ID for this catalog node */ member in struct:HFSCatalogThread
473 u_int32_t parentID; /* parent ID for this catalog node */ member in struct:HFSPlusCatalogThread
H A Dhfs_endian.c497 * Make sure we can safely dereference the keyLength and parentID fields.
541 srcKey->parentID = SWAP_BE32 (srcKey->parentID);
549 if (keyLength < sizeof(srcKey->parentID) + sizeof(srcKey->nodeName.length) +
553 srcDesc->numRecords-i, keyLength, sizeof(srcKey->parentID) + sizeof(srcKey->nodeName.length) +
557 srcDesc->numRecords-i, keyLength, sizeof(srcKey->parentID) + sizeof(srcKey->nodeName.length) +
664 * Make sure there is room for parentID and name length.
678 srcRec->parentID = SWAP_BE32 (srcRec->parentID);
1030 * Make sure we can safely dereference the keyLength and parentID field
[all...]
H A Dhfs_readwrite.c1061 keyp->hfsPlus.parentID = skip_cp->c_parentcnid;
1071 keyp->hfsPlus.parentID = c_info.parentcnid;
1171 thisNodeID = catkey.hfsPlus.parentID;
1219 thisNodeID = catkey.hfsPlus.parentID;
1491 catkey.hfsPlus.parentID = cnid;
1495 if (i > 0 && catkey.hfsPlus.parentID == prevParent_cnid && access[i-1] == 0 && prev_parent_check_ok) {
1501 myaccess = do_access_check(hfsmp, &error, &cache, catkey.hfsPlus.parentID,
1510 prevParent_cnid = catkey.hfsPlus.parentID;
H A Dhfs_vfsutils.c1412 keyp->parentID = hfsmp->hfs_private_desc[FILE_HARDLINKS].cd_cnid;
1434 if (keyp->parentID != hfsmp->hfs_private_desc[FILE_HARDLINKS].cd_cnid)
/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DBTreeWrapper.c236 cNodeID = catalogRecord->hfsThread.parentID;
252 cNodeID = catalogRecord->hfsPlusThread.parentID;

Completed in 175 milliseconds