Searched refs:NFSHASNFSV3 (Results 1 – 5 of 5) sorted by relevance
147 } else if (NFSHASNFSV3(nmp)) in nfscl_reqstart()
297 if (NFSHASNFSV3(nmp) && !NFSHASGOTFSINFO(nmp)) { in nfs_statfs()1631 if (NFSHASNFSV3(nmp) && !NFSHASGOTFSINFO(nmp)) { in nfs_root()
2302 if (NFSHASNFSV3(nmp) && !NFSHASGOTFSINFO(nmp)) in ncl_readdirrpc()2362 if (NFSHASNFSV3(nmp) && !NFSHASGOTFSINFO(nmp)) in ncl_readdirplusrpc()
4137 if (NFSHASNFSV3(nmp)) { in nfsrpc_statfs()
844 #define NFSHASNFSV3(n) ((n)->nm_flag & NFSMNT_NFSV3) macro