n_hash            106 nfs/nfs_node.c 	for (np = LIST_FIRST(nhpp); np != NULL; np = LIST_NEXT(np, n_hash)) {
n_hash            146 nfs/nfs_node.c 	LIST_INSERT_HEAD(nhpp, np, n_hash);
n_hash            212 nfs/nfs_node.c 	if (np->n_hash.le_prev != NULL)
n_hash            213 nfs/nfs_node.c 		LIST_REMOVE(np, n_hash);
n_hash             89 nfs/nfsnode.h  	LIST_ENTRY(nfsnode)	n_hash;		/* Hash chain */