vnsz2log
vp->v_hash = (uintptr_t)vp >> vnsz2log;
_Static_assert(sizeof(struct vnode) >= 1UL << vnsz2log &&
sizeof(struct vnode) < 1UL << (vnsz2log + 1),