Home | History | Annotate | Download | only in server

Lines Matching refs:nd_repstat

257 			nd.nd_repstat = nfsvno_v4rootexport(&nd);
258 if (nd.nd_repstat != 0) {
295 if (nd.nd_repstat & NFSERR_AUTHERR) {
296 svcerr_auth(rqst, nd.nd_repstat & ~NFSERR_AUTHERR);
342 * 2 - nd_repstat == 0 && nd_mreq == NULL, which
384 if (nd->nd_repstat != NFSERR_REPLYFROMCACHE &&
393 nd->nd_slotid, nd->nd_repstat, &m);
394 if (nd->nd_repstat == NFSERR_REPLYFROMCACHE)
395 nd->nd_repstat = 0;
398 if (nd->nd_repstat == NFSERR_DONTREPLY)