Lines Matching refs:nd_repstat

488 		KASSERT(nd->nd_repstat == 0, ("nfsrvd_dorpc"));
494 nd->nd_repstat = NFSERR_DELAY;
501 nd->nd_repstat = NFSERR_GARBAGE;
522 if (nd->nd_repstat == NFSERR_PROGNOTV4)
537 * If nd_repstat is non-zero, just fill in the reply status
541 if (nd->nd_repstat && (nd->nd_flag & ND_NFSV2)) {
586 nd->nd_repstat = NFSERR_GARBAGE;
593 if (nd->nd_repstat && (nd->nd_flag & ND_SAVEREPLY) &&
594 (nd->nd_repstat == NFSERR_GARBAGE ||
595 nd->nd_repstat == NFSERR_BADXDR ||
596 nd->nd_repstat == NFSERR_MOVED ||
597 nd->nd_repstat == NFSERR_DELAY ||
598 nd->nd_repstat == NFSERR_BADSEQID ||
599 nd->nd_repstat == NFSERR_RESOURCE ||
600 nd->nd_repstat == NFSERR_SERVERFAULT ||
601 nd->nd_repstat == NFSERR_STALECLIENTID ||
602 nd->nd_repstat == NFSERR_STALESTATEID ||
603 nd->nd_repstat == NFSERR_OLDSTATEID ||
604 nd->nd_repstat == NFSERR_BADSTATEID ||
605 nd->nd_repstat == NFSERR_GRACE ||
606 nd->nd_repstat == NFSERR_NOGRACE))
744 nd->nd_repstat = NFSERR_MINORVERMISMATCH;
745 if (nd->nd_repstat)
771 nd->nd_repstat = NFSERR_OPILLEGAL;
791 nd->nd_repstat = NFSERR_MOVED;
803 nd->nd_repstat = NFSERR_SEQUENCEPOS;
810 nd->nd_repstat = NFSERR_OPNOTINSESS;
812 nd->nd_repstat = NFSERR_NOTONLYOP;
813 if (nd->nd_repstat != 0) {
838 nd->nd_repstat = NFSERR_RESOURCE;
858 if (!nd->nd_repstat)
862 if (!nd->nd_repstat) {
876 nd->nd_repstat = NFSERR_NOFILEHANDLE;
877 if (!nd->nd_repstat) {
890 if (!nd->nd_repstat) {
899 nd->nd_repstat = NFSERR_NOFILEHANDLE;
903 nd->nd_repstat = 0;
914 nd->nd_repstat = NFSERR_NOFILEHANDLE;
919 nd->nd_repstat = 0;
929 nd->nd_repstat = NFSERR_RESTOREFH;
951 nd->nd_repstat = NFSERR_NOFILEHANDLE;
957 nd->nd_repstat = NFSERR_WRONGSEC;
958 if (nd->nd_repstat) {
973 nd->nd_repstat = NFSERR_NOFILEHANDLE;
981 if (!error && !nd->nd_repstat) {
989 nd->nd_repstat = nfsvno_checkexp(new_mp,
991 if (!nd->nd_repstat)
992 nd->nd_repstat = nfsd_excred(nd,
996 if (!nd->nd_repstat) {
1004 if (!nd->nd_repstat) {
1014 nd->nd_repstat = NFSERR_NOFILEHANDLE;
1018 nd->nd_repstat = NFSERR_XDEV;
1029 nd->nd_repstat = NFSERR_PERM;
1048 nd->nd_repstat = NFSERR_PERM;
1050 nd->nd_repstat = NFSERR_NOFILEHANDLE;
1063 if (nd->nd_repstat == 0)
1076 nd->nd_repstat = NFSERR_BADXDR;
1078 nd->nd_repstat = error;
1091 if (nd->nd_repstat) {
1106 nd->nd_repstat = NFSERR_BADXDR;