Home
last modified time | relevance | path

Searched refs:NFSHASNFSV3 (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/sys/fs/nfs/
H A Dnfsport.h911 #define NFSHASNFSV3(n) ((n)->nm_flag & NFSMNT_NFSV3) macro
H A Dnfs_commonsubs.c311 } else if (NFSHASNFSV3(nmp)) in nfscl_reqstart()
/freebsd-12.1/sys/fs/nfsclient/
H A Dnfs_clvfsops.c304 if (NFSHASNFSV3(nmp) && !NFSHASGOTFSINFO(nmp)) { in nfs_statfs()
1775 if (NFSHASNFSV3(nmp) && !NFSHASGOTFSINFO(nmp)) { in nfs_root()
H A Dnfs_clvnops.c2308 if (NFSHASNFSV3(nmp) && !NFSHASGOTFSINFO(nmp)) in ncl_readdirrpc()
2368 if (NFSHASNFSV3(nmp) && !NFSHASGOTFSINFO(nmp)) in ncl_readdirplusrpc()
H A Dnfs_clrpcops.c4256 if (NFSHASNFSV3(nmp)) { in nfsrpc_statfs()