Searched refs:tk_msg (Results 1 – 12 of 12) sorted by relevance
| /linux/net/sunrpc/ |
| A D | auth.c | 741 kxdreproc_t encode = task->tk_msg.rpc_proc->p_encode; in rpcauth_wrap_req_encode() 743 encode(task->tk_rqstp, xdr, task->tk_msg.rpc_argp); in rpcauth_wrap_req_encode() 796 kxdrdproc_t decode = task->tk_msg.rpc_proc->p_decode; in rpcauth_unwrap_resp_decode() 798 return decode(task->tk_rqstp, xdr, task->tk_msg.rpc_resp); in rpcauth_unwrap_resp_decode() 835 err = rpcauth_bindcred(task, task->tk_msg.rpc_cred, task->tk_flags); in rpcauth_refreshcred()
|
| A D | clnt.c | 1202 task->tk_msg.rpc_proc = msg->rpc_proc; in rpc_task_set_rpc_message() 1203 task->tk_msg.rpc_argp = msg->rpc_argp; in rpc_task_set_rpc_message() 1204 task->tk_msg.rpc_resp = msg->rpc_resp; in rpc_task_set_rpc_message() 1205 task->tk_msg.rpc_cred = msg->rpc_cred; in rpc_task_set_rpc_message() 1207 get_cred(task->tk_msg.rpc_cred); in rpc_task_set_rpc_message() 1744 int idx = task->tk_msg.rpc_proc->p_statidx; in call_start() 2076 if (task->tk_msg.rpc_proc->p_proc == 0) { in call_bind_status() 2326 if (!task->tk_msg.rpc_proc->p_proc) in call_transmit_status() 2438 if (!task->tk_msg.rpc_proc->p_proc) in call_status() 2577 if (!task->tk_msg.rpc_proc->p_decode) { in call_decode() [all …]
|
| A D | sched.c | 1205 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 D | stats.c | 203 &stats[task->tk_msg.rpc_proc->p_statidx]); in rpc_count_iostats()
|
| A D | xprt.c | 1199 unsigned int timer = task->tk_msg.rpc_proc->p_timer; in xprt_update_rtt() 1279 int timer = task->tk_msg.rpc_proc->p_timer; in xprt_wait_for_reply_request_rtt()
|
| /linux/include/linux/sunrpc/ |
| A D | clnt.h | 266 return (task->tk_msg.rpc_proc != NULL) && in rpc_reply_expected() 267 (task->tk_msg.rpc_proc->p_decode != NULL); in rpc_reply_expected()
|
| A D | sched.h | 78 struct rpc_message tk_msg; /* RPC call info */ member
|
| /linux/fs/nfs/ |
| A D | nfs4session.c | 359 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 D | nfs4proc.c | 932 nfs4_probe_sequence(clp, task->tk_msg.rpc_cred, slot); in nfs41_sequence_process() 3672 task->tk_msg.rpc_cred); in nfs4_close_done() 5567 struct rpc_message *msg = &task->tk_msg; in nfs4_read_plus_not_supported() 6726 task->tk_msg.rpc_cred); in nfs4_delegreturn_done() 7091 task->tk_msg.rpc_cred); in nfs4_locku_done() 9018 argp = task->tk_msg.rpc_argp; in _nfs4_proc_exchange_id() 9019 resp = task->tk_msg.rpc_resp; in _nfs4_proc_exchange_id() 9131 task->tk_msg.rpc_resp, xprt); in nfs4_test_session_trunk() 9562 if (!nfs41_sequence_done(task, task->tk_msg.rpc_resp)) in nfs41_sequence_call_done() 9586 args = task->tk_msg.rpc_argp; in nfs41_sequence_prepare() [all …]
|
| A D | nfs3proc.c | 479 res = task->tk_msg.rpc_resp; in nfs3_proc_unlink_done() 505 res = task->tk_msg.rpc_resp; in nfs3_proc_rename_done()
|
| A D | nfstrace.h | 1766 xdr->rqst->rq_task->tk_msg.rpc_proc->p_name)
|
| /linux/include/trace/events/ |
| A D | sunrpc.h | 691 xdr->rqst->rq_task->tk_msg.rpc_proc->p_name : "unknown") 757 xdr->rqst->rq_task->tk_msg.rpc_proc->p_name)
|
Completed in 53 milliseconds