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);
|