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

/haiku/src/tools/fs_shell/
H A Dvfs.cpp144 * - vnode::covered_by of any vnode in sVnodeTable will not be modified.
160 /** \brief Guards sVnodeTable.
162 * The holder is allowed to read/write access sVnodeTable and to
175 static hash_table *sVnodeTable; member in namespace:FSShell
614 hash_insert(sVnodeTable, vnode);
653 hash_remove(sVnodeTable, vnode);
734 /** \brief Looks up a vnode by mount and node ID in the sVnodeTable.
753 return (vnode *)hash_lookup(sVnodeTable, &key);
840 hash_remove(sVnodeTable, vnode);
2923 sVnodeTable
[all...]
/haiku/src/system/kernel/fs/
H A Dvfs.cpp236 /*! \brief Guards sVnodeTable.
238 The holder is allowed read/write access to sVnodeTable and to
337 static VnodeTable* sVnodeTable; variable
863 /*! \brief Looks up a vnode by mount and node ID in the sVnodeTable.
883 return sVnodeTable->Lookup(key);
963 sVnodeTable->Insert(vnode);
1024 sVnodeTable->Remove(vnode);
1242 sVnodeTable->Remove(vnode);
3267 VnodeTable::Iterator iterator(sVnodeTable);
3297 VnodeTable::Iterator iterator(sVnodeTable);
[all...]

Completed in 87 milliseconds