Searched refs:ncpp (Results 1 – 1 of 1) sorted by relevance
2021 struct nchashhead *ncpp; in cache_lookup_locked() local2029 ncpp = NCHHASH(dvp, cnp->cn_hash); in cache_lookup_locked()2030 LIST_FOREACH(ncp, ncpp, nc_hash) { in cache_lookup_locked()2100 struct nchashhead *ncpp; in cache_lookup() local2119 ncpp = NCHHASH(dvp, cnp->cn_hash); in cache_lookup()2120 LIST_FOREACH(ncp, ncpp, nc_hash) { in cache_lookup()2275 struct nchashhead *ncpp; in cache_enter_locked() local2362 ncpp = NCHHASH(dvp, cnp->cn_hash); in cache_enter_locked()2367 for (p = ncpp->lh_first; p != 0; p = p->nc_hash.le_next) { in cache_enter_locked()2377 LIST_INSERT_HEAD(ncpp, ncp, nc_hash); in cache_enter_locked()[all …]