nvcpp 272 kern/vfs_cache.c struct ncvhashhead *nvcpp;
nvcpp 278 kern/vfs_cache.c nvcpp = &ncvhashtbl[NCVHASH(vp)];
nvcpp 280 kern/vfs_cache.c LIST_FOREACH(ncp, nvcpp, nc_vhash) {
nvcpp 339 kern/vfs_cache.c struct ncvhashhead *nvcpp;
nvcpp 388 kern/vfs_cache.c nvcpp = &ncvhashtbl[NCVHASH(vp)];
nvcpp 389 kern/vfs_cache.c LIST_INSERT_HEAD(nvcpp, ncp, nc_vhash);