Searched refs:hash_lookup (Results 1 - 7 of 7) sorted by path

/haiku/src/tools/fs_shell/
H A Dhash.cpp224 hash_lookup(struct hash_table *table, const void *key) function in namespace:FSShell
H A Dhash.h30 void *hash_lookup(struct hash_table *table, const void *key);
H A Dmodule.cpp139 module = (struct module *)hash_lookup(sModulesHash, info->name);
355 module = (struct module *)hash_lookup(sModulesHash, path);
389 module = (struct module *)hash_lookup(sModulesHash, path);
H A Dblock_cache.cpp433 return (cache_transaction*)hash_lookup(cache->transaction_hash, &id);
704 cached_block* block = (cached_block*)hash_lookup(cache->hash, &blockNumber);
729 cached_block* block = (cached_block*)hash_lookup(cache->hash,
1477 cached_block* block = (cached_block*)hash_lookup(cache->hash, &blockNumber);
1581 cached_block* block = (cached_block*)hash_lookup(cache->hash,
1606 cached_block* block = (cached_block*)hash_lookup(cache->hash,
1757 cached_block* block = (cached_block*)hash_lookup(cache->hash,
H A Dvfs.cpp437 return (fs_mount *)hash_lookup(sMountsTable, (void *)&id);
753 return (vnode *)hash_lookup(sVnodeTable, &key);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dfs_cache.c330 hash_lookup(hash_table *ht, int dev, fs_off_t bnum) function
1156 ce = hash_lookup(&bc.ht, dev, bnum);
1261 /* we can call hash_lookup() here because we know it's around */
1262 ce = hash_lookup(&bc.ht, dev, blocks[i]);
1981 /* we can call hash_lookup() directly instead of
1985 if (hash_lookup(&bc.ht, dev, bnum + cur_nblocks))
2005 if (hash_lookup(&bc.ht, dev, bnum + num_needed))
/haiku/src/tests/system/kernel/cache/
H A Dblock_cache_test.cpp192 cached_block* block = (cached_block*)hash_lookup(gCache->hash, &number);

Completed in 87 milliseconds