Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/nfsd/
Dexport.c56 struct svc_clnthash { struct
57 struct svc_clnthash * h_next; argument
61 static struct svc_clnthash * clnt_hash[CLIENT_HASHMAX]; argument
530 struct svc_clnthash **hp, **head, *tmp; in exp_getclient()
692 struct svc_clnthash **hp, **head, *tmp; in e_show()
733 struct svc_clnthash * ch[NFSCLNT_ADDRMAX]; in exp_addclient()
774 ch[i] = kmalloc(sizeof(struct svc_clnthash), GFP_KERNEL); in exp_addclient()
873 struct svc_clnthash **hpp, *hp, *ch[NFSCLNT_ADDRMAX]; in exp_unhashclient()