Lines Matching refs:ncpp
2021 struct nchashhead *ncpp; in cache_lookup_locked() local
2029 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() local
2119 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() local
2362 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()
2683 struct nchashhead *ncpp; in cache_purgevfs() local
2688 for (ncpp = &nchashtbl[nchash - 1]; ncpp >= nchashtbl; ncpp--) { in cache_purgevfs()
2690 for (ncp = ncpp->lh_first; ncp != 0; ncp = ncp->nc_hash.le_next) { in cache_purgevfs()