Searched refs:RPC_TASK_TIMEOUT (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/include/linux/sunrpc/ |
D | sched.h | 131 #define RPC_TASK_TIMEOUT 0x1000 /* fail with ETIMEDOUT on timeout */ macro 138 #define RPC_IS_SOFT(t) ((t)->tk_flags & (RPC_TASK_SOFT|RPC_TASK_TIMEOUT))
|
/Linux-v6.6/fs/nfs/ |
D | nfs3proc.c | 116 task_flags |= RPC_TASK_TIMEOUT; in nfs3_proc_getattr() 202 task_flags |= RPC_TASK_TIMEOUT; in nfs3_proc_lookup() 218 task_flags |= RPC_TASK_TIMEOUT; in nfs3_proc_lookupp()
|
D | proc.c | 116 task_flags |= RPC_TASK_TIMEOUT; in nfs_proc_getattr() 178 task_flags |= RPC_TASK_TIMEOUT; in nfs_proc_lookup()
|
D | mount_clnt.c | 193 status = rpc_call_sync(mnt_clnt, &msg, RPC_TASK_SOFT|RPC_TASK_TIMEOUT); in nfs_mount()
|
D | nfs4proc.c | 2586 task_setup_data.flags |= RPC_TASK_TIMEOUT; in nfs4_run_open_task() 4318 task_flags |= RPC_TASK_TIMEOUT; in _nfs4_proc_getattr() 4432 task_flags |= RPC_TASK_TIMEOUT; in _nfs4_proc_lookup() 4550 task_flags |= RPC_TASK_TIMEOUT; in _nfs4_proc_lookupp() 5774 return rpc_call_async(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT, in nfs4_proc_async_renew() 5788 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT); in nfs4_proc_renew() 6446 .flags = RPC_TASK_TIMEOUT | RPC_TASK_NO_ROUND_ROBIN, in nfs4_proc_setclientid() 6513 RPC_TASK_TIMEOUT | RPC_TASK_NO_ROUND_ROBIN); in nfs4_proc_setclientid_confirm() 6662 .flags = RPC_TASK_ASYNC | RPC_TASK_TIMEOUT, in _nfs4_proc_delegreturn() 8501 .flags = RPC_TASK_TIMEOUT, in nfs4_proc_bind_one_conn_to_session() [all …]
|
/Linux-v6.6/net/sunrpc/ |
D | clnt.c | 1172 task->tk_flags |= RPC_TASK_TIMEOUT; in rpc_task_set_client() 2529 if (task->tk_flags & RPC_TASK_TIMEOUT) in rpc_check_timeout()
|
/Linux-v6.6/include/trace/events/ |
D | sunrpc.h | 351 { RPC_TASK_TIMEOUT, "TIMEOUT" }, \
|