HomeSort by: relevance | last modified time | path
    Searched defs:ndhp (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/nfs/
nfs_subs.c 1262 struct nfsdirhashhead *ndhp; local in function:nfs_searchdircache
1285 ndhp = &np->n_dircache[ent];
1287 ndhp = NFSDIRHASH(np, off);
1291 *hashent = (int)(ndhp - np->n_dircache);
1295 LIST_FOREACH(ndp, ndhp, dc_hash) {
1311 LIST_FOREACH(ndp, ndhp, dc_hash) {
1328 struct nfsdirhashhead *ndhp; local in function:nfs_enterdircache
1369 ndhp = &np->n_dircache[hashent];
1419 LIST_INSERT_HEAD(ndhp, ndp, dc_hash);

Completed in 15 milliseconds