nhpp               98 nfs/nfs_node.c 	struct nfsnodehashhead *nhpp;
nhpp              104 nfs/nfs_node.c 	nhpp = NFSNOHASH(nfs_hash(fhp, fhsize));
nhpp              106 nfs/nfs_node.c 	for (np = LIST_FIRST(nhpp); np != NULL; np = LIST_NEXT(np, n_hash)) {
nhpp              146 nfs/nfs_node.c 	LIST_INSERT_HEAD(nhpp, np, n_hash);