Searched refs:nfsclienthash (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/sys/fs/nfs/ |
| HD | nfsrvstate.h | 54 (&nfsclienthash[(id).lval[1] % nfsrv_clienthashsize])
|
| /NextBSD/sys/fs/nfsserver/ |
| HD | nfs_nfsdsubs.c | 47 extern struct nfsclienthashhead *nfsclienthash; 2042 nfsclienthash = malloc(sizeof(struct nfsclienthashhead) * in nfsd_init() 2045 LIST_INIT(&nfsclienthash[i]); in nfsd_init()
|
| HD | nfs_nfsdstate.c | 76 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()
|
| HD | nfs_nfsdsocket.c | 49 extern struct nfsclienthashhead *nfsclienthash; 618 LIST_FOREACH_SAFE(clp, &nfsclienthash[i], lc_hash, in nfsrvd_compound()
|
| HD | nfs_nfsdport.c | 61 extern struct nfsclienthashhead *nfsclienthash; 3396 free(nfsclienthash, M_NFSDCLIENT); in nfsd_modevent()
|