Home
last modified time | relevance | path

Searched refs:ND_NFSV42 (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/fs/nfs/
H A Dnfs.h442 if (((n)->nd_flag & ND_NFSV42) == 0) \
470 if (((n)->nd_flag & ND_NFSV42) == 0) \
480 if (((n)->nd_flag & ND_NFSV42) == 0) \
759 #define ND_NFSV42 0x400000000 macro
H A Dnfs_commonsubs.c346 nd->nd_flag |= (ND_NFSV41 | ND_NFSV42); in nfscl_reqstart()
355 nd->nd_flag |= (ND_NFSV41 | ND_NFSV42); in nfscl_reqstart()
409 if ((nd->nd_flag & ND_NFSV42) != 0) in nfscl_reqstart()
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdsubs.c2195 nd->nd_flag |= (ND_NFSV41 | ND_NFSV42); in nfsd_getminorvers()
H A Dnfs_nfsdsocket.c885 (op >= NFSV41_NOPS && (nd->nd_flag & ND_NFSV42) == 0)) { in nfsrvd_compound()
H A Dnfs_nfsdstate.c4478 nd->nd_flag |= ND_NFSV42; in nfsrv_docallback()
4702 if ((nd->nd_flag & ND_NFSV42) != 0) in nfsrv_cbcallargs()
H A Dnfs_nfsdserv.c4367 if ((nd->nd_flag & ND_NFSV42) != 0) in nfsrvd_exchangeid()
H A Dnfs_nfsdport.c3234 if ((nd->nd_flag & ND_NFSV42) == 0) in nfsv4_sattr()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clrpcops.c5440 if ((nd->nd_flag & ND_NFSV42) != 0 && mds != 0 && sb_max_adj >= in nfsrpc_createsession()