Lines Matching refs:nhpp
95 struct nfsnodehashhead *nhpp; in nfs_nget() local
114 nhpp = NFSNOHASH(fnv_32_buf(fhp->fh_bytes, fhsize, FNV1_32_INIT)); in nfs_nget()
116 LIST_FOREACH(np, nhpp, n_hash) { in nfs_nget()
131 LIST_FOREACH(np, nhpp, n_hash) { in nfs_nget()
189 for (np2 = nhpp->lh_first; np2 != NULL; np2 = np2->n_hash.le_next) { in nfs_nget()
212 LIST_INSERT_HEAD(nhpp, np, n_hash); in nfs_nget()
229 struct nfsnodehashhead *nhpp; in nfs_nget_nonblock() local
250 nhpp = NFSNOHASH(fnv_32_buf(fhp->fh_bytes, fhsize, FNV1_32_INIT)); in nfs_nget_nonblock()
252 LIST_FOREACH(np, nhpp, n_hash) { in nfs_nget_nonblock()
331 for (np2 = nhpp->lh_first; np2 != NULL; np2 = np2->n_hash.le_next) { in nfs_nget_nonblock()
360 LIST_INSERT_HEAD(nhpp, np, n_hash); in nfs_nget_nonblock()