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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_readwrite.c1108 HFSCatalogNodeID thisNodeID; local
1117 thisNodeID = nodeID;
1118 while (thisNodeID >= kRootDirID) {
1126 if (lookup_bucket(cache, &cache_index, thisNodeID)) {
1144 tmp = cache_binSearch(parents, num_parents-1, thisNodeID, NULL);
1154 parent_ids[ids_to_cache] = thisNodeID;
1159 bitmap[(thisNodeID/8)%(map_size)]|=(1<<(thisNodeID&7));
1164 myErr = do_attr_lookup(hfsmp, cache, thisNodeID, skip_cp, &catkey, &cnattr);
1171 thisNodeID
[all...]

Completed in 21 milliseconds