Searched defs:VHASH (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tools/fs_shell/
H A Dvfs.cpp557 #define VHASH(mountid, vnodeid) (((uint32_t)((vnodeid) >> 32) + (uint32_t)(vnodeid)) ^ (uint32_t)(mountid)) macro
564 #undef VHASH macro
/haiku/src/system/kernel/fs/
H A Dvfs.cpp273 #define VHASH(mountid, vnodeid) \ macro
286 #undef VHASH macro

Completed in 76 milliseconds