Home
last modified time | relevance | path

Searched refs:tk_msg (Results 1 – 12 of 12) sorted by relevance

/linux-6.3-rc2/net/sunrpc/
A Dauth.c744 kxdreproc_t encode = task->tk_msg.rpc_proc->p_encode; in rpcauth_wrap_req_encode()
746 encode(task->tk_rqstp, xdr, task->tk_msg.rpc_argp); in rpcauth_wrap_req_encode()
794 kxdrdproc_t decode = task->tk_msg.rpc_proc->p_decode; in rpcauth_unwrap_resp_decode()
796 return decode(task->tk_rqstp, xdr, task->tk_msg.rpc_resp); in rpcauth_unwrap_resp_decode()
833 err = rpcauth_bindcred(task, task->tk_msg.rpc_cred, task->tk_flags); in rpcauth_refreshcred()
A Dclnt.c1176 task->tk_msg.rpc_proc = msg->rpc_proc; in rpc_task_set_rpc_message()
1177 task->tk_msg.rpc_argp = msg->rpc_argp; in rpc_task_set_rpc_message()
1178 task->tk_msg.rpc_resp = msg->rpc_resp; in rpc_task_set_rpc_message()
1179 task->tk_msg.rpc_cred = msg->rpc_cred; in rpc_task_set_rpc_message()
1181 get_cred(task->tk_msg.rpc_cred); in rpc_task_set_rpc_message()
1716 int idx = task->tk_msg.rpc_proc->p_statidx; in call_start()
2049 if (task->tk_msg.rpc_proc->p_proc == 0) { in call_bind_status()
2302 if (!task->tk_msg.rpc_proc->p_proc) in call_transmit_status()
2414 if (!task->tk_msg.rpc_proc->p_proc) in call_status()
2554 if (!task->tk_msg.rpc_proc->p_decode) { in call_decode()
[all …]
A Dsched.c1205 if (task->tk_msg.rpc_cred) { in rpc_release_resources_task()
1207 put_cred(task->tk_msg.rpc_cred); in rpc_release_resources_task()
1208 task->tk_msg.rpc_cred = NULL; in rpc_release_resources_task()
A Dstats.c203 &stats[task->tk_msg.rpc_proc->p_statidx]); in rpc_count_iostats()
A Dxprt.c1196 unsigned int timer = task->tk_msg.rpc_proc->p_timer; in xprt_update_rtt()
1276 int timer = task->tk_msg.rpc_proc->p_timer; in xprt_wait_for_reply_request_rtt()
/linux-6.3-rc2/include/linux/sunrpc/
A Dclnt.h254 return (task->tk_msg.rpc_proc != NULL) && in rpc_reply_expected()
255 (task->tk_msg.rpc_proc->p_decode != NULL); in rpc_reply_expected()
A Dsched.h67 struct rpc_message tk_msg; /* RPC call info */ member
/linux-6.3-rc2/fs/nfs/
A Dnfs4session.c359 struct nfs4_sequence_args *args = task->tk_msg.rpc_argp; in nfs41_assign_slot()
360 struct nfs4_sequence_res *res = task->tk_msg.rpc_resp; in nfs41_assign_slot()
A Dnfs3proc.c479 res = task->tk_msg.rpc_resp; in nfs3_proc_unlink_done()
505 res = task->tk_msg.rpc_resp; in nfs3_proc_rename_done()
A Dnfs4proc.c893 nfs4_probe_sequence(clp, task->tk_msg.rpc_cred, slot); in nfs41_sequence_process()
3591 task->tk_msg.rpc_cred); in nfs4_close_done()
5429 struct rpc_message *msg = &task->tk_msg; in nfs4_read_plus_not_supported()
6558 task->tk_msg.rpc_cred); in nfs4_delegreturn_done()
6902 task->tk_msg.rpc_cred); in nfs4_locku_done()
8819 argp = task->tk_msg.rpc_argp; in _nfs4_proc_exchange_id()
8820 resp = task->tk_msg.rpc_resp; in _nfs4_proc_exchange_id()
8931 task->tk_msg.rpc_resp, xprt); in nfs4_test_session_trunk()
9356 if (!nfs41_sequence_done(task, task->tk_msg.rpc_resp)) in nfs41_sequence_call_done()
9380 args = task->tk_msg.rpc_argp; in nfs41_sequence_prepare()
[all …]
A Dnfstrace.h1788 xdr->rqst->rq_task->tk_msg.rpc_proc->p_name)
1802 __assign_str(procedure, task->tk_msg.rpc_proc->p_name);
/linux-6.3-rc2/include/trace/events/
A Dsunrpc.h655 xdr->rqst->rq_task->tk_msg.rpc_proc->p_name : "unknown")
667 __assign_str(procedure, task->tk_msg.rpc_proc->p_name);
722 xdr->rqst->rq_task->tk_msg.rpc_proc->p_name)
733 __assign_str(procedure, task->tk_msg.rpc_proc->p_name);

Completed in 55 milliseconds