ncvhash            78 kern/vfs_cache.c u_long  ncvhash;                        /* size of hash table - 1 */
ncvhash            83 kern/vfs_cache.c #define NCVHASH(vp) (vp)->v_id & ncvhash
ncvhash           402 kern/vfs_cache.c 	ncvhashtbl = hashinit(desiredvnodes/8, M_CACHE, M_WAITOK, &ncvhash);