Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/lockd/
Dhost.c100 for (hp = &nlm_hosts[hash]; (host = *hp); hp = &host->h_next) { in nlm_lookup_host()
108 *hp = host->h_next; in nlm_lookup_host()
109 host->h_next = nlm_hosts[hash]; in nlm_lookup_host()
151 host->h_next = nlm_hosts[hash]; in nlm_lookup_host()
271 for (host = nlm_hosts[i]; host; host = host->h_next) in nlm_shutdown_hosts()
284 for (host = nlm_hosts[i]; host; host = host->h_next) { in nlm_shutdown_hosts()
307 for (host = nlm_hosts[i]; host; host = host->h_next) in nlm_gc_hosts()
319 q = &host->h_next; in nlm_gc_hosts()
323 *q = host->h_next; in nlm_gc_hosts()
/linux-2.4.37.9/fs/nfsd/
Dexport.c57 struct svc_clnthash * h_next; member
535 for (hp = head; (tmp = *hp) != NULL; hp = &(tmp->h_next)) { in exp_getclient()
539 *hp = tmp->h_next; in exp_getclient()
540 tmp->h_next = *head; in exp_getclient()
696 for (hp = head; (tmp = *hp) != NULL; hp = &(tmp->h_next)) { in e_show()
802 ch[i]->h_next = clnt_hash[hash]; in exp_addclient()
882 *hpp = hp->h_next; in exp_unhashclient()
886 hpp = &(hp->h_next); in exp_unhashclient()
/linux-2.4.37.9/include/linux/lockd/
Dlockd.h40 struct nlm_host * h_next; /* linked list (hash table) */ member