Searched refs:nodeID (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_search.c90 u_int32_t nodeID; member in struct:searchinfospec
890 searchInfo1->nodeID,
891 searchInfo2->nodeID );
1155 searchInfo->nodeID = ((fsobj_id_t *) attributeBuffer)->fid_objno; /* ignore fid_generation */
1260 searchInfo->nodeID = (u_int32_t)*((u_int64_t *) attributeBuffer);
H A Dhfs_readwrite.c976 add_node(struct access_cache *cache, int index, cnid_t nodeID, int access) argument
982 if (lookup_bucket(cache, &lookup_index, nodeID)) {
1007 if (index < cache->numcached && index < NUM_CACHE_ENTRIES && nodeID > cache->acache[index]) {
1017 cache->acache[index] = nodeID;
1094 * Compute whether we have access to the given directory (nodeID) and all its parents. Cache
1098 do_access_check(struct hfsmount *hfsmp, int *err, struct access_cache *cache, HFSCatalogNodeID nodeID, argument
1117 thisNodeID = nodeID;

Completed in 78 milliseconds