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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cache.c1320 struct nchashhead *ncpp; local
1328 ncpp = NCHHASH(dvp, cnp->cn_hash);
1329 LIST_FOREACH(ncp, ncpp, nc_hash) {
1396 struct nchashhead *ncpp; local
1414 ncpp = NCHHASH(dvp, cnp->cn_hash);
1415 LIST_FOREACH(ncp, ncpp, nc_hash) {
1566 struct nchashhead *ncpp; local
1632 ncpp = NCHHASH(dvp, cnp->cn_hash);
1637 for (p = ncpp->lh_first; p != 0; p = p->nc_hash.le_next)
1645 LIST_INSERT_HEAD(ncpp, nc
1945 struct nchashhead *ncpp; local
[all...]

Completed in 22 milliseconds