Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/nfsd/
Dexport.c559 for (clp = clients; clp; clp = clp->cl_next) { in exp_getclientbyname()
581 for (clp = clients; client && clp; clp = clp->cl_next, client--) in e_start()
590 clp = clp->cl_next; in e_start()
607 clp = exp->ex_client->cl_next; in e_next()
615 clp = clp->cl_next; in e_next()
749 for (clp = clients; clp; clp = clp->cl_next) in exp_addclient()
807 clp->cl_next = clients; in exp_addclient()
836 for (clpp = &clients; (clp = *clpp); clpp = &(clp->cl_next)) in exp_delclient()
841 *clpp = clp->cl_next; in exp_delclient()
907 for (clp = clients; clp; clp = clp->cl_next) in exp_nlmdetach()
/linux-2.4.37.9/include/linux/nfsd/
Dexport.h52 struct svc_client * cl_next; member