Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nfsd/
Dnfs4callback.c782 clp->cl_cb_client = client; in setup_callback_client()
1009 if (clp->cl_cb_client) { in nfsd4_process_cb_update()
1010 rpc_shutdown_client(clp->cl_cb_client); in nfsd4_process_cb_update()
1011 clp->cl_cb_client = NULL; in nfsd4_process_cb_update()
1062 clnt = clp->cl_cb_client; in nfsd4_run_cb_work()
Dstate.h327 struct rpc_clnt *cl_cb_client; member