Home
last modified time | relevance | path

Searched refs:nfsclienthash (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/fs/nfs/
HDnfsrvstate.h54 (&nfsclienthash[(id).lval[1] % nfsrv_clienthashsize])
/NextBSD/sys/fs/nfsserver/
HDnfs_nfsdsubs.c47 extern struct nfsclienthashhead *nfsclienthash;
2042 nfsclienthash = malloc(sizeof(struct nfsclienthashhead) * in nfsd_init()
2045 LIST_INIT(&nfsclienthash[i]); in nfsd_init()
HDnfs_nfsdstate.c76 struct nfsclienthashhead *nfsclienthash; variable
216 LIST_FOREACH(clp, &nfsclienthash[i], lc_hash) { in nfsrv_setclient()
776 LIST_FOREACH(clp, &nfsclienthash[i], lc_hash) { in nfsrv_adminrevoke()
838 clp = LIST_FIRST(&nfsclienthash[i]); in nfsrv_dumpclients()
839 while (clp != LIST_END(&nfsclienthash[i]) && cnt < maxcnt) { in nfsrv_dumpclients()
1106 clp = LIST_FIRST(&nfsclienthash[i]); in nfsrv_servertimer()
1107 while (clp != LIST_END(&nfsclienthash[i])) { in nfsrv_servertimer()
5365 LIST_FOREACH_SAFE(clp, &nfsclienthash[i], lc_hash, nclp) { in nfsrv_throwawayopens()
5742 LIST_FOREACH_SAFE(clp, &nfsclienthash[i], lc_hash, nclp) { in nfsrv_throwawayallstate()
6083 LIST_FOREACH(clp, &nfsclienthash[i], lc_hash) { in nfsrv_freeallbackchannel_xprts()
HDnfs_nfsdsocket.c49 extern struct nfsclienthashhead *nfsclienthash;
618 LIST_FOREACH_SAFE(clp, &nfsclienthash[i], lc_hash, in nfsrvd_compound()
HDnfs_nfsdport.c61 extern struct nfsclienthashhead *nfsclienthash;
3396 free(nfsclienthash, M_NFSDCLIENT); in nfsd_modevent()