vnext            1149 kern/vfs_subr.c 	struct vnode *vq, *vnext;
vnext            1155 kern/vfs_subr.c 	for (count = 0, vq = *vp->v_hashchain; vq; vq = vnext) {
vnext            1156 kern/vfs_subr.c 		vnext = vq->v_specnext;