Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfsd/
Dnfs4callback.c1194 cb->cb_msg.rpc_cred = clp->cl_cb_cred; in nfsd4_run_cb_work()
1195 rpc_call_async(clnt, &cb->cb_msg, RPC_TASK_SOFT | RPC_TASK_SOFTCONN, in nfsd4_run_cb_work()
1203 cb->cb_msg.rpc_proc = &nfs4_cb_procedures[op]; in nfsd4_init_cb()
1204 cb->cb_msg.rpc_argp = cb; in nfsd4_init_cb()
1205 cb->cb_msg.rpc_resp = cb; in nfsd4_init_cb()
Dstate.h67 struct rpc_message cb_msg; member