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

/haiku-fatelf/src/tools/fs_shell/
H A Dvfs.cpp557 #define VHASH(mountid, vnodeid) (((uint32_t)((vnodeid) >> 32) + (uint32_t)(vnodeid)) ^ (uint32_t)(mountid)) macro
560 return VHASH(vnode->device, vnode->id) % range;
562 return VHASH(key->device, key->vnode) % range;
564 #undef VHASH macro
/haiku-fatelf/src/system/kernel/fs/
H A Dvfs.cpp824 #define VHASH(mountid, vnodeid) \ macro
828 return VHASH(vnode->device, vnode->id) % range;
830 return VHASH(key->device, key->vnode) % range;
832 #undef VHASH macro

Completed in 88 milliseconds