hashent
nfs_searchdircache(struct vnode *vp, off_t off, int do32, int *hashent)
if (hashent)
*hashent = (int)(ndhp - np->n_dircache);
int hashent = 0, gen, overwrite; /* XXX: GCC */
ndp = nfs_searchdircache(vp, off, 0, &hashent);
ndhp = &np->n_dircache[hashent];
gen = ++np->n_dirgens[hashent];
np->n_dirgens[hashent]++;
ndp->dc_cookie32 = (hashent << 24) | (gen & 0xffffff);
struct hashent *p;
static inline struct hashent *
struct hashent *hp;
static inline struct hashent *
struct hashent *hp;
struct hashent *hp;
struct hashent *hp;
struct hashent *hp;
struct hashent *hp;
struct hashent *hp;
struct hashent *hp;
TAILQ_ENTRY(hashent) h_next;
TAILQ_HEAD(hashenthead, hashent) *ht_tab;
static inline struct hashent *newhashent(const char *, u_int);