Lines Matching refs:status

2301 	uint32_t val, xid, procnum, taglen, cbid, numops, op, status;
2307 xid = numops = op = status = procnum = taglen = cbid = 0;
2335 status = error;
2342 status = NFSERR_RETVOID;
2371 status = error;
2373 status = NFSERR_RESOURCE;
2375 status = NFSERR_SERVERFAULT;
2416 status = error;
2423 status = NFSERR_BADHANDLE;
2430 nfsm_chain_add_32(error, &nmrep, status);
2431 if (!error && (status == EBADRPC))
2432 error = status;
2466 * So we'll just update the status and hope the server ignores the
2477 status = error;
2484 status = NFSERR_BADHANDLE;
2491 status = NFSERR_BAD_STATEID;
2494 if (!status) /* add node to recall queue, and wake socket thread */
2502 nfsm_chain_add_32(error, &nmrep, status);
2503 if (!error && (status == EBADRPC))
2504 error = status;
2509 status = NFSERR_OP_ILLEGAL;
2510 nfsm_chain_add_32(error, &nmrep, status);
2517 if (!status && error) {
2519 status = error;
2521 status = NFSERR_RESOURCE;
2523 status = NFSERR_SERVERFAULT;
2542 if (status == EBADRPC)
2551 if ((status == ERPCMISMATCH) || (status & NFSERR_AUTHERR)) {
2553 if (status & NFSERR_AUTHERR) {
2555 nfsm_chain_add_32(error, &nmrep, (status & ~NFSERR_AUTHERR));
2562 /* reply status */
2567 /* accepted status */
2568 switch (status) {
2585 if (status != NFSERR_RETVOID)
2586 nfsm_chain_add_32(error, &nmrep, status);
3723 int *status)
3883 * in not returning an NFS status.
3885 *status = NFS_OK;
3887 nfsm_chain_get_32(error, &nmrep, *status);
3891 if ((nmp->nm_vers != NFS_VER2) && (*status == NFSERR_TRYLATER)) {
3956 if ((nmp->nm_vers >= NFS_VER4) && (*status == NFSERR_WRONGSEC)) {
4046 if (*status == NFS_OK) {
4060 if ((*status == ESTALE) && req->r_np) {
4101 (!error && (*status == NFS_OK)) ? 0xf0f0f0f0 : error);
4136 int *status)
4140 si, 0, nmrepp, xidp, status);
4155 int *status)
4177 if ((error = nfs_request_finish(req, nmrepp, status)))
4202 int *status)
4228 if ((error = nfs_request_finish(req, nmrepp, status)))
4328 int *status)
4363 error = nfs_request_finish(req, nmrepp, status);
4382 if ((error = nfs_request_finish(req, nmrepp, status)))
5457 /* reply status */
5471 /* accepted status */