Home
last modified time | relevance | path

Searched refs:nhpp (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/bsd/nfs/
H A Dnfs_node.c195 struct nfsnodehashhead *nhpp; in nfs_nget() local
217 nhpp = NFSNOHASH(nfshash); in nfs_nget()
218 for (np = nhpp->lh_first; np != 0; np = np->n_hash.le_next) { in nfs_nget()
439 LIST_INSERT_HEAD(nhpp, np, n_hash); in nfs_nget()