Home | History | Annotate | Download | only in server

Lines Matching refs:nd_flag

487 	if (!(nd->nd_flag & ND_NFSV4)) {
493 if ((nd->nd_flag & ND_NFSV3) && nfsrv_mallocmget_limit()) {
516 if (nd->nd_flag & ND_PUBLOOKUP)
532 if (!(nd->nd_flag & ND_NFSV4) && nfsrv_nonidempotent[nd->nd_procnum])
533 nd->nd_flag |= ND_SAVEREPLY;
541 if (nd->nd_repstat && (nd->nd_flag & ND_NFSV2)) {
557 if (nd->nd_flag & ND_NFSV4) {
593 if (nd->nd_repstat && (nd->nd_flag & ND_SAVEREPLY) &&
607 nd->nd_flag &= ~ND_SAVEREPLY;
769 (op >= NFSV4OP_NOPS && (nd->nd_flag & ND_NFSV41) == 0) ||
770 (op >= NFSV41_NOPS && (nd->nd_flag & ND_NFSV41) != 0)) {
782 nd->nd_flag |= ND_LASTOP;
801 if ((nd->nd_flag & ND_NFSV41) != 0) {
852 nd->nd_flag |= ND_SAVEREPLY;