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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_search.c87 u_long nodeID; member in struct:searchinfospec
876 searchInfo1->nodeID,
877 searchInfo2->nodeID );
1138 searchInfo->nodeID = ((fsobj_id_t *) attributeBuffer)->fid_objno; /* ignore fid_generation */
1228 searchInfo->nodeID = (u_int32_t)*((u_int64_t *) attributeBuffer);
H A Dhfs_readwrite.c738 add_node(struct access_cache *cache, int index, cnid_t nodeID, int access) argument
744 if (lookup_bucket(cache, &lookup_index, nodeID)) {
769 if (index < cache->numcached && index < NUM_CACHE_ENTRIES && nodeID > cache->acache[index]) {
779 cache->acache[index] = nodeID;
852 * Compute whether we have access to the given directory (nodeID) and all its parents. Cache
856 do_access_check(struct hfsmount *hfsmp, int *err, struct access_cache *cache, HFSCatalogNodeID nodeID, argument
875 thisNodeID = nodeID;

Completed in 99 milliseconds