Searched refs:nfsrv_fmod_hashtbl (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs.h669 __private_extern__ LIST_HEAD(nfsrv_fmod_hashhead, nfsrv_fmod) *nfsrv_fmod_hashtbl;
H A Dnfs_serv.c131 struct nfsrv_fmod_hashhead *nfsrv_fmod_hashtbl; variable in typeref:struct:nfsrv_fmod_hashhead
217 nfsrv_fmod_hashtbl = hashinit(NFSRVFMODHASHSZ, M_TEMP, &nfsrv_fmod_hash);
1021 headp = &nfsrv_fmod_hashtbl[i];
1118 head = &nfsrv_fmod_hashtbl[NFSRVFMODHASH(vp)];
H A Dnfs_syscalls.c1512 for (fp = LIST_FIRST(&nfsrv_fmod_hashtbl[i]); fp; fp = nfp) {

Completed in 26 milliseconds