Home | History | Annotate | Download | only in common

Lines Matching refs:nd_repstat

808 	nd->nd_repstat = 0;
818 nd->nd_repstat = fxdr_unsigned(u_int32_t, *tl);
819 if (nd->nd_repstat >= 10000)
821 (int)nd->nd_repstat);
880 if (nd->nd_repstat != 0) {
881 if (((nd->nd_repstat == NFSERR_DELAY ||
882 nd->nd_repstat == NFSERR_GRACE) &&
897 (nd->nd_repstat == NFSERR_DELAY &&
899 nd->nd_repstat == NFSERR_RESOURCE) {
923 if (nd->nd_repstat == ESTALE && vp != NULL) {
979 if ((nd->nd_repstat == NFSERR_STALECLIENTID ||
980 nd->nd_repstat == NFSERR_BADSESSION ||
981 nd->nd_repstat == NFSERR_STALESTATEID) &&
983 nd->nd_repstat = NFSERR_STALEDONTRECOVER;