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

/haiku/src/system/kernel/device_manager/
H A Ddevfs.cpp138 NodeTable* vnode_hash; member in struct:__anon34::devfs
295 fs->vnode_hash->Remove(vnode);
477 fs->vnode_hash->Insert(partitionNode);
580 fs->vnode_hash->Insert(node);
924 fs->vnode_hash = new(std::nothrow) NodeTable();
925 if (fs->vnode_hash == NULL || fs->vnode_hash->Init(DEVFS_HASH_SIZE) != B_OK) {
944 fs->vnode_hash->Insert(vnode);
952 delete fs->vnode_hash;
975 NodeTable::Iterator i(fs->vnode_hash);
[all...]
/haiku/src/tools/fs_shell/
H A Dvfs.cpp552 vnode_hash(void *_vnode, const void *_key, uint32_t range) function in namespace:FSShell
2924 &vnode_compare, &vnode_hash);

Completed in 74 milliseconds