Lines Matching refs:status
148 static void rpcb_wake_rpcbind_waiters(struct rpc_xprt *xprt, int status)
151 rpc_wake_up_status(&xprt->binding, status);
681 int status;
700 status = 0;
718 status = -EAFNOSUPPORT;
723 status = -EPFNOSUPPORT;
736 status = PTR_ERR(rpcb_clnt);
742 status = -ENOMEM;
758 status = -ENOMEM;
786 rpcb_wake_rpcbind_waiters(xprt, status);
787 task->tk_status = status;