Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/sunrpc/
H A Dsched.h132 #define RPC_TASK_TIMEOUT 0x1000 /* fail with ETIMEDOUT on timeout */ macro
139 #define RPC_IS_SOFT(t) ((t)->tk_flags & (RPC_TASK_SOFT|RPC_TASK_TIMEOUT))
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dproc.c115 task_flags |= RPC_TASK_TIMEOUT; in nfs_proc_getattr()
178 task_flags |= RPC_TASK_TIMEOUT; in nfs_proc_lookup()
H A Dmount_clnt.c189 status = rpc_call_sync(mnt_clnt, &msg, RPC_TASK_SOFT|RPC_TASK_TIMEOUT); in nfs_mount()
H A Dnfs3proc.c117 task_flags |= RPC_TASK_TIMEOUT; in nfs3_proc_getattr()
180 task_flags |= RPC_TASK_TIMEOUT; in nfs3_proc_lookup()
H A Dnfs4proc.c2568 task_setup_data.flags |= RPC_TASK_TIMEOUT; in nfs4_run_open_task()
4180 task_flags |= RPC_TASK_TIMEOUT; in _nfs4_proc_getattr()
4300 task_flags |= RPC_TASK_TIMEOUT; in _nfs4_proc_lookup()
5650 return rpc_call_async(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT, in nfs4_proc_async_renew()
5664 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT); in nfs4_proc_renew()
6313 .flags = RPC_TASK_TIMEOUT | RPC_TASK_NO_ROUND_ROBIN, in nfs4_proc_setclientid()
6380 RPC_TASK_TIMEOUT | RPC_TASK_NO_ROUND_ROBIN); in nfs4_proc_setclientid_confirm()
6529 .flags = RPC_TASK_ASYNC | RPC_TASK_TIMEOUT, in _nfs4_proc_delegreturn()
8271 .flags = RPC_TASK_TIMEOUT, in nfs4_proc_bind_one_conn_to_session()
8503 .flags = RPC_TASK_TIMEOUT | RPC_TASK_NO_ROUND_ROBIN, in nfs4_run_exchange_id()
[all …]
/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dclnt.c1083 task->tk_flags |= RPC_TASK_TIMEOUT; in rpc_task_set_client()
2413 if (task->tk_flags & RPC_TASK_TIMEOUT) in rpc_check_timeout()
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dsunrpc.h308 TRACE_DEFINE_ENUM(RPC_TASK_TIMEOUT);
325 { RPC_TASK_TIMEOUT, "TIMEOUT" }, \