Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfsd/
H A Dnfs4callback.c1013 clp->cl_cb_client = client; in setup_callback_client()
1342 * of cl_cb_client and all calls to rpc_create or rpc_shutdown_client.
1356 if (clp->cl_cb_client) { in nfsd4_process_cb_update()
1357 rpc_shutdown_client(clp->cl_cb_client); in nfsd4_process_cb_update()
1358 clp->cl_cb_client = NULL; in nfsd4_process_cb_update()
1412 clnt = clp->cl_cb_client; in nfsd4_run_cb_work()
H A Dstate.h374 struct rpc_clnt *cl_cb_client; member