Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/vfs/
H A Dvfs_cache.c1987 struct nchashhead *ncpp; in cache_lookup_locked() local
1995 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() local
2085 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() local
2325 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 …]