Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/fs/nfsclient/
Dnfs_clcomsubs.c147 } else if (NFSHASNFSV3(nmp)) in nfscl_reqstart()
Dnfs_clvfsops.c297 if (NFSHASNFSV3(nmp) && !NFSHASGOTFSINFO(nmp)) { in nfs_statfs()
1631 if (NFSHASNFSV3(nmp) && !NFSHASGOTFSINFO(nmp)) { in nfs_root()
Dnfs_clvnops.c2302 if (NFSHASNFSV3(nmp) && !NFSHASGOTFSINFO(nmp)) in ncl_readdirrpc()
2362 if (NFSHASNFSV3(nmp) && !NFSHASGOTFSINFO(nmp)) in ncl_readdirplusrpc()
Dnfs_clrpcops.c4137 if (NFSHASNFSV3(nmp)) { in nfsrpc_statfs()
/freebsd-10-stable/sys/fs/nfs/
Dnfsport.h844 #define NFSHASNFSV3(n) ((n)->nm_flag & NFSMNT_NFSV3) macro