Home
last modified time | relevance | path

Searched refs:VnodeTable (Results 1 – 2 of 2) sorted by relevance

/haiku/src/system/kernel/fs/
H A Drootfs.cpp103 typedef BOpenHashTable<VnodeHash> VnodeTable; typedef
110 VnodeTable* vnode_list_hash;
404 fs->vnode_list_hash = new(std::nothrow) VnodeTable(); in rootfs_mount()
448 VnodeTable::Iterator i(fs->vnode_list_hash); in rootfs_unmount()
H A Dvfs.cpp298 typedef BOpenHashTable<VnodeHash> VnodeTable; typedef
336 static VnodeTable* sVnodeTable;
3281 VnodeTable::Iterator iterator(sVnodeTable); in dump_vnode()
3311 VnodeTable::Iterator iterator(sVnodeTable); in dump_vnodes()
3346 VnodeTable::Iterator iterator(sVnodeTable); in dump_vnode_caches()
5277 sVnodeTable = new(std::nothrow) VnodeTable(); in vfs_init()