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

/xnu-2422.115.4/bsd/vfs/
H A Dvfs_cache.c1404 struct nchashhead *ncpp; local
1412 ncpp = NCHHASH(dvp, cnp->cn_hash);
1413 LIST_FOREACH(ncp, ncpp, nc_hash) {
1481 struct nchashhead *ncpp; local
1499 ncpp = NCHHASH(dvp, cnp->cn_hash);
1500 LIST_FOREACH(ncp, ncpp, nc_hash) {
1651 struct nchashhead *ncpp; local
1717 ncpp = NCHHASH(dvp, cnp->cn_hash);
1722 for (p = ncpp->lh_first; p != 0; p = p->nc_hash.le_next)
1730 LIST_INSERT_HEAD(ncpp, nc
2030 struct nchashhead *ncpp; local
[all...]

Completed in 20 milliseconds