Home
last modified time | relevance | path

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

/linux-2.6.39/fs/nfsd/
Dnfs4callback.c672 clp->cl_cb_client = client; in setup_callback_client()
836 struct rpc_clnt *current_rpc_client = clp->cl_cb_client; in nfsd4_cb_recall_done()
951 if (clp->cl_cb_client) { in nfsd4_process_cb_update()
952 rpc_shutdown_client(clp->cl_cb_client); in nfsd4_process_cb_update()
953 clp->cl_cb_client = NULL; in nfsd4_process_cb_update()
996 clnt = clp->cl_cb_client; in nfsd4_do_callback_rpc()
Dstate.h243 struct rpc_clnt *cl_cb_client; member