Searched refs:cl_timeout (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/nfs/ |
| H A D | nfs4client.c | 1072 .timeparms = parent_server->client->cl_timeout, in nfs4_create_referral_server() 1110 error = nfs_init_server_rpcclient(server, parent_server->client->cl_timeout, in nfs4_create_referral_server() 1167 .timeparms = clnt->cl_timeout, in nfs4_update_server() 1174 error = rpc_switch_client_transport(clnt, &xargs, clnt->cl_timeout); in nfs4_update_server()
|
| H A D | callback_xdr.c | 989 rqstp->bc_to_initval = cps.clp->cl_rpcclient->cl_timeout->to_initval; in nfs4_callback_compound() 990 rqstp->bc_to_retries = cps.clp->cl_rpcclient->cl_timeout->to_retries; in nfs4_callback_compound()
|
| /linux/include/linux/sunrpc/ |
| H A D | clnt.h | 73 const struct rpc_timeout *cl_timeout; /* Timeout strategy */ member
|
| /linux/net/sunrpc/ |
| H A D | xprt.c | 703 const struct rpc_timeout *to = req->rq_task->tk_client->cl_timeout; in xprt_adjust_timeout() 1283 unsigned long max_timeout = clnt->cl_timeout->to_maxval; in xprt_wait_for_reply_request_rtt() 1918 xprt_init_majortimeo(task, req, task->tk_client->cl_timeout); in xprt_request_init()
|
| H A D | clnt.c | 265 clnt->cl_timeout = timeout; in rpc_clnt_set_transport() 415 rpc_init_rtt(&clnt->cl_rtt_default, clnt->cl_timeout->to_initval); in rpc_new_client() 749 old_timeo = clnt->cl_timeout; in rpc_switch_client_transport() 1081 .timeout = old->cl_timeout, in rpc_bind_new_program()
|
| H A D | rpcb_clnt.c | 734 task->tk_client->cl_timeout); in rpcb_getport_async()
|
| H A D | xprtsock.c | 2697 .timeout = upper_clnt->cl_timeout, in xs_tcp_tls_setup_socket()
|