Home
last modified time | relevance | path

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

/linux/include/linux/sunrpc/
A 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/fs/nfs/
A Dnfs3proc.c115 task_flags |= RPC_TASK_TIMEOUT; in nfs3_proc_getattr()
201 task_flags |= RPC_TASK_TIMEOUT; in nfs3_proc_lookup()
217 task_flags |= RPC_TASK_TIMEOUT; in nfs3_proc_lookupp()
A Dproc.c115 task_flags |= RPC_TASK_TIMEOUT; in nfs_proc_getattr()
177 task_flags |= RPC_TASK_TIMEOUT; in nfs_proc_lookup()
A Dmount_clnt.c193 status = rpc_call_sync(mnt_clnt, &msg, RPC_TASK_SOFT|RPC_TASK_TIMEOUT); in nfs_mount()
A Dnfs4proc.c2584 task_setup_data.flags |= RPC_TASK_TIMEOUT; in nfs4_run_open_task()
4183 task_flags |= RPC_TASK_TIMEOUT; in _nfs4_proc_getattr()
4297 task_flags |= RPC_TASK_TIMEOUT; in _nfs4_proc_lookup()
4415 task_flags |= RPC_TASK_TIMEOUT; in _nfs4_proc_lookupp()
6281 .flags = RPC_TASK_TIMEOUT | RPC_TASK_NO_ROUND_ROBIN, in nfs4_proc_setclientid()
6348 RPC_TASK_TIMEOUT | RPC_TASK_NO_ROUND_ROBIN); in nfs4_proc_setclientid_confirm()
8266 .flags = RPC_TASK_TIMEOUT, in nfs4_proc_bind_one_conn_to_session()
8498 .flags = RPC_TASK_TIMEOUT | RPC_TASK_NO_ROUND_ROBIN, in nfs4_run_exchange_id()
8728 RPC_TASK_TIMEOUT | RPC_TASK_NO_ROUND_ROBIN); in _nfs4_proc_destroy_clientid()
8850 .flags = RPC_TASK_TIMEOUT, in nfs4_proc_get_lease_time()
[all …]
/linux/net/sunrpc/
A Dclnt.c1085 task->tk_flags |= RPC_TASK_TIMEOUT; in rpc_task_set_client()
2428 if (task->tk_flags & RPC_TASK_TIMEOUT) in rpc_check_timeout()
/linux/include/trace/events/
A Dsunrpc.h320 { RPC_TASK_TIMEOUT, "TIMEOUT" }, \

Completed in 33 milliseconds