Home
last modified time | relevance | path

Searched refs:tk_rpc_status (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/sunrpc/ !
H A Dsched.h95 int tk_rpc_status; /* Result of last RPC operation */ member
174 #define RPC_SIGNALLED(t) (READ_ONCE(task->tk_rpc_status) == -ERESTARTSYS)
/linux/net/sunrpc/ !
H A Dsched.c70 if (cmpxchg(&task->tk_rpc_status, 0, rpc_status) == 0) in rpc_task_set_rpc_status()
931 (status = READ_ONCE(task->tk_rpc_status)) != 0) { in __rpc_execute()
973 if (READ_ONCE(task->tk_rpc_status) != 0) { in __rpc_execute()
H A Dclnt.c1674 task->tk_rpc_status = 0; in __rpc_restart_call()
/linux/fs/nfs/ !
H A Dpnfs.c1684 if (task->tk_rpc_status == 0) in pnfs_roc_done()
1690 if ((task->tk_rpc_status == -ENETDOWN || in pnfs_roc_done()
1691 task->tk_rpc_status == -ENETUNREACH) && in pnfs_roc_done()
H A Dnfs4proc.c678 if ((task->tk_rpc_status == -ENETDOWN || in nfs4_async_handle_exception()
679 task->tk_rpc_status == -ENETUNREACH) && in nfs4_async_handle_exception()
9772 if (task->tk_rpc_status == -ETIMEDOUT) { in nfs4_layoutreturn_done()
9781 if (task->tk_rpc_status != 0 && RPC_WAS_SENT(task)) { in nfs4_layoutreturn_done()