Lines Matching refs:nd_flag
423 if (!(nd->nd_flag & ND_NFSV4)) { in nfsrvd_dorpc()
429 if ((nd->nd_flag & ND_NFSV3) && nfsrv_mallocmget_limit()) { in nfsrvd_dorpc()
452 if (nd->nd_flag & ND_PUBLOOKUP) in nfsrvd_dorpc()
468 if (!(nd->nd_flag & ND_NFSV4) && nfsrv_nonidempotent[nd->nd_procnum]) in nfsrvd_dorpc()
469 nd->nd_flag |= ND_SAVEREPLY; in nfsrvd_dorpc()
477 if (nd->nd_repstat && (nd->nd_flag & ND_NFSV2)) { in nfsrvd_dorpc()
491 if (nd->nd_flag & ND_NFSV4) { in nfsrvd_dorpc()
520 if (nd->nd_repstat && (nd->nd_flag & ND_SAVEREPLY) && in nfsrvd_dorpc()
534 nd->nd_flag &= ~ND_SAVEREPLY; in nfsrvd_dorpc()
690 (op >= NFSV4OP_NOPS && (nd->nd_flag & ND_NFSV41) == 0) || in nfsrvd_compound()
691 (op >= NFSV41_NOPS && (nd->nd_flag & ND_NFSV41) != 0)) { in nfsrvd_compound()
703 nd->nd_flag |= ND_LASTOP; in nfsrvd_compound()
722 if ((nd->nd_flag & ND_NFSV41) != 0) { in nfsrvd_compound()
773 nd->nd_flag |= ND_SAVEREPLY; in nfsrvd_compound()