Searched refs:ncpp (Results 1 – 1 of 1) sorted by relevance
1987 struct nchashhead *ncpp; in cache_lookup_locked() local1995 ncpp = NCHHASH(dvp, cnp->cn_hash); in cache_lookup_locked()1996 LIST_FOREACH(ncp, ncpp, nc_hash) { in cache_lookup_locked()2066 struct nchashhead *ncpp; in cache_lookup() local2085 ncpp = NCHHASH(dvp, cnp->cn_hash); in cache_lookup()2086 LIST_FOREACH(ncp, ncpp, nc_hash) { in cache_lookup()2238 struct nchashhead *ncpp; in cache_enter_locked() local2325 ncpp = NCHHASH(dvp, cnp->cn_hash); in cache_enter_locked()2330 for (p = ncpp->lh_first; p != 0; p = p->nc_hash.le_next) { in cache_enter_locked()2340 LIST_INSERT_HEAD(ncpp, ncp, nc_hash); in cache_enter_locked()[all …]