Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/vfs/
H A Dvfs_cache.c2021 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()
[all …]