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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/Catalog/
H A DCatalogUtilities.c64 threadParentID = dataPtr->hfsThread.parentID;
70 threadParentID = dataPtr->hfsPlusThread.parentID;
134 threadParentID = dataPtr->hfsThread.parentID;
140 threadParentID = dataPtr->hfsPlusThread.parentID;
194 BuildCatalogKey(HFSCatalogNodeID parentID, const CatalogName *cName, Boolean isHFSPlus, CatalogKey *key) argument
199 key->hfsPlus.parentID = parentID; // set parent ID
211 key->hfs.parentID = parentID; // set parent ID
222 BuildCatalogKeyUTF8(ExtendedVCB *volume, HFSCatalogNodeID parentID, cons argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/headers/
H A DCatalogPrivate.h111 extern void BuildCatalogKey( HFSCatalogNodeID parentID, const CatalogName *name, Boolean isHFSPlus,
114 extern OSErr BuildCatalogKeyUTF8(ExtendedVCB *volume, HFSCatalogNodeID parentID, const unsigned char *name,
119 extern OSErr ResolveFileID( ExtendedVCB *vcb, HFSCatalogNodeID fileID, HFSCatalogNodeID *parentID, Str31 name );
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_search.c570 myNodeID = theKeyPtr->hfsPlus.parentID;
572 myNodeID = theKeyPtr->hfs.parentID;
685 cnid_t parid = key->hfsPlus.parentID;
699 } else if (key->hfsPlus.parentID == vcb->hfs_private_desc[FILE_HARDLINKS].cd_cnid) {
701 } else if (key->hfsPlus.parentID == vcb->hfs_private_desc[DIR_HARDLINKS].cd_cnid) {
884 HFSCatalogNodeID parentID; local
887 parentID = key->hfsPlus.parentID;
889 parentID = key->hfs.parentID;
[all...]
H A Dhfs_catalog.c79 u_int32_t parentID; member in struct:position_state
111 static void buildthreadkey(HFSCatalogNodeID parentID, int std_hfs, CatalogKey *key);
1442 if ((ckp->hfs.parentID != descp->cd_parentcnid) ||
1458 if ((ckp->hfs.parentID != descp->cd_parentcnid) ||
1514 if (ckp->hfsPlus.parentID != hfsmp->hfs_private_desc[DIR_HARDLINKS].cd_cnid) {
1579 if (ckp->hfsPlus.parentID == hfsmp->hfs_private_desc[FILE_HARDLINKS].cd_cnid) {
1779 cnid = keyp->parentID;
1929 parent = ((HFSPlusCatalogKey *)&iterator->key)->parentID;
2343 parentcnid = state->stdhfs ? key->hfs.parentID : key->hfsPlus.parentID;
4029 buildthreadkey(HFSCatalogNodeID parentID, int std_hfs, CatalogKey *key) argument
[all...]
H A Dhfs_format.h300 u_int32_t parentID; /* parent folder ID */ member in struct:HFSCatalogKey
308 u_int32_t parentID; /* parent folder ID */ member in struct:HFSPlusCatalogKey
439 u_int32_t parentID; /* parent ID for this catalog node */ member in struct:HFSCatalogThread
448 u_int32_t parentID; /* parent ID for this catalog node */ member in struct:HFSPlusCatalogThread
H A Dhfs_endian.c495 * Make sure we can safely dereference the keyLength and parentID fields.
539 srcKey->parentID = SWAP_BE32 (srcKey->parentID);
547 if (keyLength < sizeof(srcKey->parentID) + sizeof(srcKey->nodeName.length) +
551 srcDesc->numRecords-i, keyLength, sizeof(srcKey->parentID) + sizeof(srcKey->nodeName.length) +
555 srcDesc->numRecords-i, keyLength, sizeof(srcKey->parentID) + sizeof(srcKey->nodeName.length) +
662 * Make sure there is room for parentID and name length.
676 srcRec->parentID = SWAP_BE32 (srcRec->parentID);
1028 * Make sure we can safely dereference the keyLength and parentID field
[all...]
H A Dhfs_readwrite.c822 keyp->hfsPlus.parentID = skip_cp->c_parentcnid;
832 keyp->hfsPlus.parentID = c_info.parentcnid;
929 thisNodeID = catkey.hfsPlus.parentID;
979 thisNodeID = catkey.hfsPlus.parentID;
1249 catkey.hfsPlus.parentID = cnid;
1253 if (i > 0 && catkey.hfsPlus.parentID == prevParent_cnid && access[i-1] == 0) {
1259 myaccess = do_access_check(hfsmp, &error, &cache, catkey.hfsPlus.parentID,
1268 prevParent_cnid = catkey.hfsPlus.parentID;
H A Dhfs_vfsutils.c1219 keyp->parentID = hfsmp->hfs_private_desc[FILE_HARDLINKS].cd_cnid;
1241 if (keyp->parentID != hfsmp->hfs_private_desc[FILE_HARDLINKS].cd_cnid)
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/Misc/
H A DBTreeWrapper.c287 cNodeID = catalogRecord->hfsThread.parentID;
303 cNodeID = catalogRecord->hfsPlusThread.parentID;

Completed in 93 milliseconds