Searched refs:ND_NFSCL (Results 1 – 2 of 2) sorted by relevance
341 nd->nd_flag = ND_NFSV4 | ND_NFSCL; in nfscl_reqstart()347 nd->nd_flag = ND_NFSV3 | ND_NFSCL; in nfscl_reqstart()350 nd->nd_flag = ND_NFSV4 | ND_NFSCL; in nfscl_reqstart()356 nd->nd_flag = ND_NFSV3 | ND_NFSCL; in nfscl_reqstart()358 nd->nd_flag = ND_NFSV2 | ND_NFSCL; in nfscl_reqstart()3450 ((nd->nd_flag & ND_NFSCL) != 0 || in nfsv4_strtouid()3674 ((nd->nd_flag & ND_NFSCL) != 0 || in nfsv4_strtogid()
749 #define ND_NFSCL 0x01000000 macro