Home
last modified time | relevance | path

Searched refs:NFSHASNFSV4N (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/sys/fs/nfsclient/
H A Dnfs_clrpcops.c393 if (NFSHASNFSV4N(nmp)) { in nfsrpc_open()
577 if (NFSHASNFSV4N(nmp)) in nfsrpc_openrpc()
583 if (NFSHASNFSV4N(nmp)) in nfsrpc_openrpc()
590 if (!NFSHASNFSV4N(nmp)) in nfsrpc_openrpc()
957 if (NFSHASNFSV4N(nmp)) { in nfsrpc_closerpc()
973 if (!NFSHASNFSV4N(nmp)) in nfsrpc_closerpc()
998 if (NFSHASNFSV4N(nmp)) in nfsrpc_openconfirm()
1051 if (NFSHASNFSV4N(nmp)) { in nfsrpc_setclient()
4722 if (NFSHASNFSV4N(nmp)) in nfsrpc_locku()
5167 if (NFSHASNFSV4N(nmp)) in nfsrpc_getdirpath()
[all …]
H A Dnfs_clstate.c604 if (NFSHASNFSV4N(nmp)) in nfscl_getstateid()
644 if (NFSHASNFSV4N(nmp)) in nfscl_getstateid()
698 if (NFSHASNFSV4N(nmp)) in nfscl_getstateid()
2101 if (NFSHASNFSV4N(nmp)) { in nfscl_umount()
2314 NFSHASNFSV4N(nmp)) { in nfscl_recover()
2415 NFSHASNFSV4N(nmp)) { in nfscl_recover()
2473 if (NFSHASNFSV4N(nmp)) in nfscl_recover()
2789 if (NFSHASNFSV4N(clp->nfsc_nmp)) { in nfscl_renewthread()
3440 if (NFSHASNFSV4N(nmp)) in nfscl_doclose()
4394 if (NFSHASNFSV4N(nmp)) in nfscl_moveopen()
[all …]
H A Dnfs_clport.c268 if (NFSHASNFSV4(nmp) && !NFSHASNFSV4N(nmp)) { in nfscl_nget()
H A Dnfs_clvnops.c1326 if (NFSHASNFSV4N(nmp) && NFSHASONEOPENOWN(nmp) && !NFSHASPNFS(nmp) && in nfs_lookup()
3316 if (NFSHASNFSV4N(nmp) && NFSHASONEOPENOWN(nmp)) { in nfs_advlock()
/freebsd-14.2/sys/fs/nfs/
H A Dnfsport.h1058 #define NFSHASNFSV4N(n) ((n)->nm_minorvers > 0) macro
H A Dnfs_commonkrpc.c401 if (NFSHASNFSV4N(nmp)) { in newnfs_connect()