Home
last modified time | relevance | path

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

/freebsd-12.1/sys/fs/nfsclient/
H A Dnfs_clrpcops.c1200 if (NFSHASNFSV4(nmp)) { in nfsrpc_setattr()
1480 if (NFSHASNFSV4(nmp)) { in nfsrpc_read()
1487 if (NFSHASNFSV4(nmp)) in nfsrpc_read()
1520 if (NFSHASNFSV4(nmp)) in nfsrpc_read()
1640 if (NFSHASNFSV4(nmp)) { in nfsrpc_write()
1692 if (NFSHASNFSV4(nmp)) in nfsrpc_write()
1976 if (NFSHASNFSV4(nmp)) { in nfsrpc_create()
2874 if (NFSHASNFSV4(nmp)) { in nfsrpc_readdir()
3312 if (NFSHASNFSV4(nmp)) { in nfsrpc_readdirplus()
4213 if (NFSHASNFSV4(nmp)) { in nfsrpc_statfs()
[all …]
H A Dnfs_clstate.c4319 if (!NFSHASNFSV4(nmp)) in nfscl_mustflush()
4353 if (!NFSHASNFSV4(nmp)) in nfscl_nodeleg()
4655 if (!NFSHASNFSV4(nmp)) in nfscl_reclaimnode()
4682 if (!NFSHASNFSV4(nmp)) in nfscl_newnode()
4709 if (!NFSHASNFSV4(nmp)) in nfscl_delegmodtime()
4738 if (!NFSHASNFSV4(nmp)) in nfscl_deleggetmodtime()
H A Dnfs_clport.c489 if (NFSHASNFSV4(nmp) && NFSHASHASSETFSID(nmp) && in nfscl_loadattrcache()
H A Dnfs_clvnops.c1071 while (NFSHASNFSV4(nmp) && (np->n_flag & NREMOVEINPROG)) { in nfs_lookup()
1573 while (NFSHASNFSV4(nmp) && (dnp->n_flag & NREMOVEINPROG)) { in nfs_create()
/freebsd-12.1/sys/fs/nfs/
H A Dnfsport.h912 #define NFSHASNFSV4(n) ((n)->nm_flag & NFSMNT_NFSV4) macro
H A Dnfs_commonsubs.c307 if (NFSHASNFSV4(nmp)) { in nfscl_reqstart()