Searched refs:tk_status (Results 1 - 25 of 35) sorted by last modified time

12

/linux-master/fs/nfsd/
H A Dtrace.h1611 __field(int, tk_status)
1627 __entry->tk_status = task->tk_status;
1631 " sessionid=%08x:%08x:%08x:%08x tk_status=%d seq_status=%d",
1635 __entry->tk_status, __entry->seq_status
1813 __entry->status = task->tk_status;
1846 __entry->status = task->tk_status;
H A Dnfs4state.c381 switch (task->tk_status) {
3036 switch (task->tk_status) {
3060 ncf->ncf_cb_status = task->tk_status;
3061 switch (task->tk_status) {
5185 switch (task->tk_status) {
H A Dnfs4callback.c1120 if (task->tk_status)
1321 task->tk_status = 0;
1336 WARN_ON_ONCE(task->tk_status);
1337 task->tk_status = cb->cb_status;
1342 task->tk_status = 0;
1346 switch (task->tk_status) {
H A Dnfs4layouts.c677 switch (task->tk_status) {
720 task->tk_status = 0;
/linux-master/net/sunrpc/xprtrdma/
H A Dtransport.c495 * tk_status values:
509 task->tk_status = 0;
513 task->tk_status = -ENOMEM;
/linux-master/fs/nfs/
H A Dwrite.c1547 if (task->tk_status >= 0) {
1614 task->tk_status = -EIO;
1838 int status = data->task.tk_status;
H A Dread.c232 if (task->tk_status == -ESTALE) {
H A Dpnfs_nfs.c36 data->task.tk_status = 0;
H A Dpnfs.c2864 hdr->task.tk_status = pnfs_write_done_resend_to_mds(hdr);
2991 hdr->task.tk_status = pnfs_read_done_resend_to_mds(hdr);
3060 hdr->task.tk_status = nfs_pageio_resend(&pgio, hdr);
H A Dnfs4proc.c688 if (task->tk_status >= 0)
692 task->tk_status = nfs4_async_handle_exception(task, server,
693 task->tk_status,
855 if (task->tk_status == -NFS4ERR_DEADSESSION)
961 task->tk_status = 0;
1160 ret = task->tk_status;
2377 data->rpc_status = task->tk_status;
2524 data->rpc_status = task->tk_status;
2529 if (task->tk_status == 0) {
3583 trace_nfs4_close(state, &calldata->arg, &calldata->res, task->tk_status);
[all...]
H A Ddirect.c605 int status = data->task.tk_status;
H A Dnfs3proc.c51 if (task->tk_status != -EJUKEBOX)
54 task->tk_status = 0;
858 if (task->tk_status >= 0 && !server->read_hdrsize)
889 if (task->tk_status >= 0)
H A Ddir.c2730 error = task->tk_status;
H A Dunlink.c51 trace_nfs_sillyrename_unlink(data, task->tk_status);
271 new_dir, data->new_dentry, task->tk_status);
405 if (task->tk_status != 0) {
506 error = task->tk_status;
H A Dnfstrace.h1184 __entry->error = task->tk_status;
1230 __entry->error = task->tk_status;
1364 __entry->error = task->tk_status;
1505 __entry->error = task->tk_status;
/linux-master/include/trace/events/
H A Dsunrpc.h289 __entry->status = task->tk_status;
387 __entry->status = task->tk_status;
440 __entry->status = task->tk_status;
595 int tk_status,
599 TP_ARGS(task, tk_status, rpc_status),
604 __field(int, tk_status)
611 __entry->tk_status = tk_status;
616 " tk_status=%d rpc_status=%d",
618 __entry->tk_status, __entr
[all...]
/linux-master/net/sunrpc/
H A Dxprt.c285 task->tk_status = -EAGAIN;
351 task->tk_status = -EAGAIN;
930 task->tk_status = -EAGAIN;
951 task->tk_status = 0;
1241 if (task->tk_status != -ETIMEDOUT)
1244 trace_xprt_timer(xprt, req->rq_xid, task->tk_status);
1249 task->tk_status = 0;
1349 task->tk_status = ret;
1641 task->tk_status = status;
1749 task->tk_status
[all...]
H A Dclnt.c1281 status = task->tk_status;
1680 task->tk_status = 0;
1725 __rpc_call_rpcerror(struct rpc_task *task, int tk_status, int rpc_status) argument
1727 trace_rpc_call_rpcerror(task, tk_status, rpc_status);
1729 rpc_exit(task, tk_status);
1771 task->tk_status = 0;
1784 int status = task->tk_status;
1790 task->tk_status = 0;
1819 task->tk_status = 0;
1831 task->tk_status
[all...]
H A Dstats.c184 if (task->tk_status < 0)
/linux-master/include/linux/sunrpc/
H A Dsched.h56 int tk_status; /* result of last operation */ member in struct:rpc_task
/linux-master/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c1043 task->tk_status = pnfs_write_done_resend_to_mds(hdr);
1079 task->tk_status = pnfs_read_done_resend_to_mds(hdr);
1094 switch (task->tk_status) {
1103 "flags 0x%x\n", __func__, task->tk_status,
1105 nfs4_schedule_session_recovery(clp->cl_session, task->tk_status);
1121 task->tk_status);
1143 task->tk_status);
1153 task->tk_status);
1156 task->tk_status = 0;
1167 switch (task->tk_status) {
[all...]
/linux-master/fs/lockd/
H A Dsvclock.c945 if (task->tk_status < 0) {
H A Dclntproc.c751 if (task->tk_status < 0) {
752 dprintk("lockd: unlock failed (err = %d)\n", -task->tk_status);
753 switch (task->tk_status) {
819 if (task->tk_status < 0) {
821 task->tk_status);
/linux-master/net/sunrpc/auth_gss/
H A Dauth_gss.c401 task->tk_status = gss_msg->msg.errno;
/linux-master/fs/nfs/blocklayout/
H A Dblocklayout.c224 hdr->task.tk_status = hdr->pnfs_error;
368 hdr->task.tk_status = hdr->pnfs_error;

Completed in 391 milliseconds

12