Home
last modified time | relevance | path

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

/trueos/sys/fs/nfsclient/
HDnfs_clcomsubs.c147 } else if (NFSHASNFSV3(nmp)) in nfscl_reqstart()
HDnfs_clvfsops.c295 if (NFSHASNFSV3(nmp) && !NFSHASGOTFSINFO(nmp)) { in nfs_statfs()
1599 if (NFSHASNFSV3(nmp) && !NFSHASGOTFSINFO(nmp)) { in nfs_root()
HDnfs_clvnops.c2302 if (NFSHASNFSV3(nmp) && !NFSHASGOTFSINFO(nmp)) in ncl_readdirrpc()
2362 if (NFSHASNFSV3(nmp) && !NFSHASGOTFSINFO(nmp)) in ncl_readdirplusrpc()
HDnfs_clrpcops.c4044 if (NFSHASNFSV3(nmp)) { in nfsrpc_statfs()
/trueos/sys/fs/nfs/
HDnfsport.h840 #define NFSHASNFSV3(n) ((n)->nm_flag & NFSMNT_NFSV3) macro