Home
last modified time | relevance | path

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

/netbsd/sys/fs/nfs/client/
H A Dnfs_clrpcops.c1089 if (NFSHASNFSV4(nmp)) { in nfsrpc_setattr()
1362 if (NFSHASNFSV4(nmp)) { in nfsrpc_read()
1369 if (NFSHASNFSV4(nmp)) in nfsrpc_read()
1396 if (NFSHASNFSV4(nmp)) in nfsrpc_read()
1516 if (NFSHASNFSV4(nmp)) { in nfsrpc_write()
1524 if (NFSHASNFSV4(nmp)) { in nfsrpc_write()
1568 if (NFSHASNFSV4(nmp)) in nfsrpc_write()
1852 if (NFSHASNFSV4(nmp)) { in nfsrpc_create()
2743 if (NFSHASNFSV4(nmp)) { in nfsrpc_readdir()
3171 if (NFSHASNFSV4(nmp)) { in nfsrpc_readdirplus()
[all …]
H A Dnfs_clcomsubs.c145 if (NFSHASNFSV4(nmp)) { in nfscl_reqstart()
H A Dnfs_clstate.c4214 if (!NFSHASNFSV4(nmp)) in nfscl_mustflush()
4248 if (!NFSHASNFSV4(nmp)) in nfscl_nodeleg()
4550 if (!NFSHASNFSV4(nmp)) in nfscl_reclaimnode()
4577 if (!NFSHASNFSV4(nmp)) in nfscl_newnode()
4604 if (!NFSHASNFSV4(nmp)) in nfscl_delegmodtime()
4633 if (!NFSHASNFSV4(nmp)) in nfscl_deleggetmodtime()
H A Dnfs_clport.c490 if (NFSHASNFSV4(nmp) && NFSHASHASSETFSID(nmp) && in nfscl_loadattrcache()
H A Dnfs_clvnops.c1059 while (NFSHASNFSV4(nmp) && (np->n_flag & NREMOVEINPROG)) { in nfs_lookup()
1561 while (NFSHASNFSV4(nmp) && (dnp->n_flag & NREMOVEINPROG)) { in nfs_create()
/netbsd/sys/fs/nfs/common/
H A Dnfsport.h912 #define NFSHASNFSV4(n) ((n)->nm_flag & NFSMNT_NFSV4) macro