Searched refs:lmr_errno (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_lock.h101 int lmr_errno; /* return status */ member in struct:nfs_lock_msg_request
H A Dnfs_lock.c493 if ((msgreq->lmr_errno == ENOTSUP) && nmp &&
579 if ((msgreq->lmr_errno == EINPROGRESS) &&
587 msgreq->lmr_errno = 0;
599 if ((msgreq->lmr_errno != EINPROGRESS) &&
610 if (msgreq->lmr_errno == EINPROGRESS) {
626 msgreq->lmr_saved_errno = msgreq->lmr_errno;
627 msgreq->lmr_errno = 0;
657 msgreq->lmr_saved_errno = msgreq->lmr_errno = error = NFSERR_GRACE;
660 if (msgreq->lmr_errno == EINPROGRESS) {
691 error = msgreq->lmr_errno;
[all...]

Completed in 327 milliseconds