Lines Matching defs:status

938  * nfs_connect_search_check:	Check on the status of search and wait for replies if needed.
2433 uint32_t val, xid, procnum, taglen, cbid, numops, op, status;
2439 xid = numops = op = status = procnum = taglen = cbid = 0;
2467 status = error;
2474 status = NFSERR_RETVOID;
2503 status = error;
2505 status = NFSERR_RESOURCE;
2507 status = NFSERR_SERVERFAULT;
2548 status = error;
2555 status = NFSERR_BADHANDLE;
2562 nfsm_chain_add_32(error, &nmrep, status);
2563 if (!error && (status == EBADRPC))
2564 error = status;
2598 * So we'll just update the status and hope the server ignores the
2609 status = error;
2616 status = NFSERR_BADHANDLE;
2623 status = NFSERR_BAD_STATEID;
2626 if (!status) /* add node to recall queue, and wake socket thread */
2634 nfsm_chain_add_32(error, &nmrep, status);
2635 if (!error && (status == EBADRPC))
2636 error = status;
2641 status = NFSERR_OP_ILLEGAL;
2642 nfsm_chain_add_32(error, &nmrep, status);
2649 if (!status && error) {
2651 status = error;
2653 status = NFSERR_RESOURCE;
2655 status = NFSERR_SERVERFAULT;
2674 if (status == EBADRPC)
2683 if ((status == ERPCMISMATCH) || (status & NFSERR_AUTHERR)) {
2685 if (status & NFSERR_AUTHERR) {
2687 nfsm_chain_add_32(error, &nmrep, (status & ~NFSERR_AUTHERR));
2694 /* reply status */
2699 /* accepted status */
2700 switch (status) {
2717 if (status != NFSERR_RETVOID)
2718 nfsm_chain_add_32(error, &nmrep, status);
3855 int *status)
4015 * in not returning an NFS status.
4017 *status = NFS_OK;
4019 nfsm_chain_get_32(error, &nmrep, *status);
4023 if ((nmp->nm_vers != NFS_VER2) && (*status == NFSERR_TRYLATER)) {
4088 if ((nmp->nm_vers >= NFS_VER4) && (*status == NFSERR_WRONGSEC)) {
4178 if (*status == NFS_OK) {
4192 if ((*status == ESTALE) && req->r_np) {
4233 (!error && (*status == NFS_OK)) ? 0xf0f0f0f0 : error);
4268 int *status)
4272 si, 0, nmrepp, xidp, status);
4287 int *status)
4309 if ((error = nfs_request_finish(req, nmrepp, status)))
4334 int *status)
4360 if ((error = nfs_request_finish(req, nmrepp, status)))
4460 int *status)
4495 error = nfs_request_finish(req, nmrepp, status);
4514 if ((error = nfs_request_finish(req, nmrepp, status)))
5591 /* reply status */
5605 /* accepted status */