ncpp 110 kern/vfs_cache.c struct nchashhead *ncpp;
ncpp 128 kern/vfs_cache.c ncpp = &nchashtbl[NCHASH(dvp, cnp)];
ncpp 129 kern/vfs_cache.c LIST_FOREACH(ncp, ncpp, nc_hash) {
ncpp 338 kern/vfs_cache.c struct nchashhead *ncpp;
ncpp 373 kern/vfs_cache.c ncpp = &nchashtbl[NCHASH(dvp, cnp)];
ncpp 374 kern/vfs_cache.c LIST_INSERT_HEAD(ncpp, ncp, nc_hash);
ncpp 415 kern/vfs_cache.c struct nchashhead *ncpp;
ncpp 420 kern/vfs_cache.c for (ncpp = &nchashtbl[nchash]; ncpp >= nchashtbl; ncpp--) {
ncpp 421 kern/vfs_cache.c LIST_FOREACH(ncp, ncpp, nc_hash) {