Lines Matching refs:nd_flag
344 nd->nd_flag = ND_NFSV4 | ND_NFSCL; in nfscl_reqstart()
346 nd->nd_flag |= ND_NFSV41; in nfscl_reqstart()
348 nd->nd_flag |= (ND_NFSV41 | ND_NFSV42); in nfscl_reqstart()
350 nd->nd_flag = ND_NFSV3 | ND_NFSCL; in nfscl_reqstart()
353 nd->nd_flag = ND_NFSV4 | ND_NFSCL; in nfscl_reqstart()
355 nd->nd_flag |= ND_NFSV41; in nfscl_reqstart()
357 nd->nd_flag |= (ND_NFSV41 | ND_NFSV42); in nfscl_reqstart()
359 nd->nd_flag = ND_NFSV3 | ND_NFSCL; in nfscl_reqstart()
361 nd->nd_flag = ND_NFSV2 | ND_NFSCL; in nfscl_reqstart()
385 if (nd->nd_flag & ND_NFSV4) { in nfscl_reqstart()
388 if ((nd->nd_flag & ND_NFSV41) != 0) { in nfscl_reqstart()
411 if ((nd->nd_flag & ND_NFSV42) != 0) in nfscl_reqstart()
413 else if ((nd->nd_flag & ND_NFSV41) != 0) in nfscl_reqstart()
420 if ((nd->nd_flag & ND_NFSV41) != 0 && in nfscl_reqstart()
424 nd->nd_flag |= ND_LOOPBADSESS; in nfscl_reqstart()
464 nd->nd_flag |= ND_V4WCCATTR; in nfscl_reqstart()
470 (nd->nd_flag & ND_NFSV41) == 0) { in nfscl_reqstart()
527 switch (nd->nd_flag & (ND_NFSV2 | ND_NFSV3 | ND_NFSV4)) { in nfscl_fillsattr()
868 if ((nd->nd_flag & ND_EXTPG) != 0) in nfsm_strtom()
874 (M_EXT | M_EXTPG) && (nd->nd_flag & ND_EXTPG) != 0) || in nfsm_strtom()
876 (M_EXT | M_EXTPG) && (nd->nd_flag & ND_EXTPG) == 0), in nfsm_strtom()
883 if ((nd->nd_flag & ND_EXTPG) != 0) { in nfsm_strtom()
911 if ((nd->nd_flag & ND_EXTPG) != 0) { in nfsm_strtom()
921 if ((nd->nd_flag & ND_EXTPG) != 0) { in nfsm_strtom()
928 if ((nd->nd_flag & ND_EXTPG) != 0) in nfsm_strtom()
979 switch (nd->nd_flag & (ND_NFSV2 | ND_NFSV3 | ND_NFSV4)) { in nfsm_fhtom()
1110 if (nd->nd_flag & (ND_NFSV3 | ND_NFSV4)) { in nfsm_getfh()
3559 if ((nd->nd_flag & ND_KERBV) == 0 && in nfsv4_strtouid()
3560 ((nd->nd_flag & ND_NFSCL) != 0 || in nfsv4_strtouid()
3783 if ((nd->nd_flag & ND_KERBV) == 0 && in nfsv4_strtogid()
3784 ((nd->nd_flag & ND_NFSCL) != 0 || in nfsv4_strtogid()
3998 nd->nd_flag = ND_GSSINITREPLY; in nfsrv_getuser()
4735 if ((nd->nd_flag & ND_EXTPG) != 0) { in nfsrvd_rephead()
4746 if ((nd->nd_flag & ND_GSSINITREPLY) == 0 && in nfsrvd_rephead()
4760 if ((nd->nd_flag & ND_GSSINITREPLY) == 0) in nfsrvd_rephead()
5039 nd->nd_flag |= ND_HASSLOTID; in nfsv4_setsequence()
5062 nd->nd_flag |= ND_HASSEQUENCE; in nfsv4_setsequence()
5282 nd->nd_flag |= ND_USEGSSNAME; in nfsrpc_destroysession()