Searched refs:nfsrv_fmod_hashtbl (Results 1 – 3 of 3) sorted by relevance
743 extern LIST_HEAD(nfsrv_fmod_hashhead, nfsrv_fmod) * nfsrv_fmod_hashtbl;
141 struct nfsrv_fmod_hashhead *nfsrv_fmod_hashtbl; variable211 nfsrv_fmod_hashtbl = hashinit(NFSRVFMODHASHSZ, M_TEMP, &nfsrv_fmod_hash); in nfsrv_init()1150 headp = &nfsrv_fmod_hashtbl[i]; in nfsrv_fmod_timer()1252 head = &nfsrv_fmod_hashtbl[NFSRVFMODHASH(vp)]; in nfsrv_modified()
1941 for (fp = LIST_FIRST(&nfsrv_fmod_hashtbl[i]); fp; fp = nfp) { in nfsrv_cleanup()