Home
last modified time | relevance | path

Searched defs:vnodeid (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/file_cache/
H A Dlaunch_speedup.cpp49 #define VNODE_HASH(mountid, vnodeid) (((uint32)((vnodeid) >> 32) \ argument
/haiku/src/tools/fs_shell/
H A Dvfs.cpp557 #define VHASH(mountid, vnodeid) (((uint32_t)((vnodeid) >> 32) + (uint32_t)(vnodeid)) ^ (uint32_t)(m… in vnode_hash() argument
/haiku/src/system/kernel/fs/
H A Dvfs.cpp272 #define VHASH(mountid, vnodeid) \ argument