Home
last modified time | relevance | path

Searched refs:RPC_TASK_TIMEOUT (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.15/include/linux/sunrpc/
Dsched.h133 #define RPC_TASK_TIMEOUT 0x1000 /* fail with ETIMEDOUT on timeout */ macro
140 #define RPC_IS_SOFT(t) ((t)->tk_flags & (RPC_TASK_SOFT|RPC_TASK_TIMEOUT))
/Linux-v5.15/fs/nfs/
Dnfs3proc.c116 task_flags |= RPC_TASK_TIMEOUT; in nfs3_proc_getattr()
203 task_flags |= RPC_TASK_TIMEOUT; in nfs3_proc_lookup()
219 task_flags |= RPC_TASK_TIMEOUT; in nfs3_proc_lookupp()
Dproc.c116 task_flags |= RPC_TASK_TIMEOUT; in nfs_proc_getattr()
179 task_flags |= RPC_TASK_TIMEOUT; in nfs_proc_lookup()
Dmount_clnt.c193 status = rpc_call_sync(mnt_clnt, &msg, RPC_TASK_SOFT|RPC_TASK_TIMEOUT); in nfs_mount()
Dnfs4proc.c2584 task_setup_data.flags |= RPC_TASK_TIMEOUT; in nfs4_run_open_task()
4203 task_flags |= RPC_TASK_TIMEOUT; in _nfs4_proc_getattr()
4325 task_flags |= RPC_TASK_TIMEOUT; in _nfs4_proc_lookup()
4446 task_flags |= RPC_TASK_TIMEOUT; in _nfs4_proc_lookupp()
5677 return rpc_call_async(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT, in nfs4_proc_async_renew()
5691 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT); in nfs4_proc_renew()
6340 .flags = RPC_TASK_TIMEOUT | RPC_TASK_NO_ROUND_ROBIN, in nfs4_proc_setclientid()
6407 RPC_TASK_TIMEOUT | RPC_TASK_NO_ROUND_ROBIN); in nfs4_proc_setclientid_confirm()
6554 .flags = RPC_TASK_ASYNC | RPC_TASK_TIMEOUT | RPC_TASK_MOVEABLE, in _nfs4_proc_delegreturn()
8331 .flags = RPC_TASK_TIMEOUT, in nfs4_proc_bind_one_conn_to_session()
[all …]
/Linux-v5.15/net/sunrpc/
Dclnt.c1087 task->tk_flags |= RPC_TASK_TIMEOUT; in rpc_task_set_client()
2431 if (task->tk_flags & RPC_TASK_TIMEOUT) in rpc_check_timeout()
/Linux-v5.15/include/trace/events/
Dsunrpc.h311 { RPC_TASK_TIMEOUT, "TIMEOUT" }, \