Home
last modified time | relevance | path

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

/freebsd-14.2/sys/fs/nfs/
H A Dnfsport.h1056 #define NFSHASNFSV3(n) ((n)->nm_flag & NFSMNT_NFSV3) macro
H A Dnfs_commonsubs.c356 } else if (NFSHASNFSV3(nmp)) in nfscl_reqstart()
/freebsd-14.2/sys/fs/nfsclient/
H A Dnfs_clvfsops.c331 if (NFSHASNFSV3(nmp) && !NFSHASGOTFSINFO(nmp)) { in nfs_statfs()
1986 if (NFSHASNFSV3(nmp) && !NFSHASGOTFSINFO(nmp)) { in nfs_root()
H A Dnfs_clvnops.c2524 if (NFSHASNFSV3(nmp) && !NFSHASGOTFSINFO(nmp)) in ncl_readdirrpc()
2588 if (NFSHASNFSV3(nmp) && !NFSHASGOTFSINFO(nmp)) in ncl_readdirplusrpc()
H A Dnfs_clrpcops.c4904 if (NFSHASNFSV3(nmp)) { in nfsrpc_statfs()