Searched refs: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
560 return VHASH(vnode->device, vnode->id) % range;
562 return VHASH(key->device, key->vnode) % range;
564 #undef VHASH macro
/haiku/src/system/kernel/fs/
H A Dvfs.cpp273 #define VHASH(mountid, vnodeid) \ macro
278 return VHASH(key.device, key.vnode);
283 return VHASH(vnode->device, vnode->id);
286 #undef VHASH macro

Completed in 231 milliseconds